public interface AdditionalPropertyIndexer
| Modifier and Type | Method and Description | 
|---|---|
Collection<SchemaDefinition> | 
getSchemaDefinitions()
Get the schema definitions used by this indexer. 
 | 
Collection<String> | 
getSupportedTypes()
Get the object/document types supported by this indexer. 
 | 
void | 
index(AmetysObject object,
     SolrInputDocument document)
Index additional object properties in the corresponding document. 
 | 
Collection<String> getSupportedTypes()
void index(AmetysObject object, SolrInputDocument document)
object - The object to index.document - The destination document.Collection<SchemaDefinition> getSchemaDefinitions()