Uses of Interface
org.eclipse.rdf4j.sail.lucene.IndexableStatementFilter
-
Packages that use IndexableStatementFilter Package Description org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API. -
-
Uses of IndexableStatementFilter in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type IndexableStatementFilter Modifier and Type Method Description void
LuceneSail. registerStatementFilter(IndexableStatementFilter filter)
Sets a filter which determines whether a statement should be considered for indexing when performing complete reindexing.
-