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
Fields in org.eclipse.rdf4j.sail.lucene declared as IndexableStatementFilter Modifier and Type Field Description private IndexableStatementFilter
LuceneSail. filter
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.
-