Class AdditionalURIsForTypeStatements

    • Constructor Detail

      • AdditionalURIsForTypeStatements

        public AdditionalURIsForTypeStatements()
    • Method Detail

      • findAdditionalURIsToIndex

        public List<String> findAdditionalURIsToIndex​(org.apache.jena.rdf.model.Statement stmt)
        Description copied from interface: IndexingUriFinder
        For the domain that is the responsibility of the given implementation, calculate the URIs that need to be updated in the search index. The URIs in the list will be updated by the IndexBuilder, which will handle URIs of new individuals, URIs of individuals that have changes, and URIs of individuals that have been removed from the model.
        Specified by:
        findAdditionalURIsToIndex in interface IndexingUriFinder
        Returns:
        List of URIs. Never return null.
      • endIndexing

        public void endIndexing()
        Description copied from interface: IndexingUriFinder
        Indicates that the collection of statements being processed is complete.
        Specified by:
        endIndexing in interface IndexingUriFinder