Interface AdditionalPropertyIndexer


public interface AdditionalPropertyIndexer
Index additional properties.
  • Method Details

    • getSupportedTypes

      Get the object/document types supported by this indexer.
      Returns:
      The object or document types supported by this indexer.
    • index

      void index(AmetysObject object, org.apache.solr.common.SolrInputDocument document)
      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.