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