Package org.ametys.cms.indexing.solr
Interface AdditionalPropertyIndexer
public interface AdditionalPropertyIndexer
Index additional properties.
- 
Method SummaryModifier and TypeMethodDescriptionGet the schema definitions used by this indexer.Get the object/document types supported by this indexer.voidindex(AmetysObject object, org.apache.solr.common.SolrInputDocument document) Index additional object properties in the corresponding document.
- 
Method Details- 
getSupportedTypesGet the object/document types supported by this indexer.- Returns:
- The object or document types supported by this indexer.
 
- 
indexIndex additional object properties in the corresponding document.- Parameters:
- object- The object to index.
- document- The destination document.
 
- 
getSchemaDefinitionsGet the schema definitions used by this indexer.- Returns:
- The schema definitions used by this indexer.
 
 
-