Class SolrFulltextIndexServiceImpl
java.lang.Object
internal.org.springframework.content.solr.SolrFulltextIndexServiceImpl
- All Implemented Interfaces:
IndexService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSolrFulltextIndexServiceImpl(org.apache.solr.client.solrj.SolrClient solrClient, SolrProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionvoidindex(Object entity, InputStream content) voidsetAttributeSyncer(AttributeProvider syncer) void
-
Field Details
-
ENTITY_ID
- See Also:
-
-
Constructor Details
-
SolrFulltextIndexServiceImpl
@Autowired public SolrFulltextIndexServiceImpl(org.apache.solr.client.solrj.SolrClient solrClient, SolrProperties properties)
-
-
Method Details
-
setAttributeSyncer
-
index
- Specified by:
indexin interfaceIndexService
-
unindex
- Specified by:
unindexin interfaceIndexService
-