Interface AdditionalPropertyIndexer

    • Method Detail

      • getSupportedTypes

        Collection<StringgetSupportedTypes()
        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.