public class SolrFulltextIndexServiceImpl extends Object implements IndexService
| Constructor and Description |
|---|
SolrFulltextIndexServiceImpl(org.apache.solr.client.solrj.SolrClient solrClient,
SolrProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
index(Object entity,
InputStream content) |
void |
setAttributeSyncer(AttributeProvider syncer) |
void |
unindex(Object entity) |
public static final String ENTITY_ID
@Autowired
public SolrFulltextIndexServiceImpl(org.apache.solr.client.solrj.SolrClient solrClient,
SolrProperties properties)
@Autowired(required=false) public void setAttributeSyncer(AttributeProvider syncer)
public void index(Object entity, InputStream content)
index in interface IndexServicepublic void unindex(Object entity)
unindex in interface IndexServiceCopyright © 2022 Paul Warren. All rights reserved.