Uses of Interface
org.eclipse.rdf4j.sail.lucene.IndexableStatementFilter
Packages that use IndexableStatementFilter
Package
Description
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 IndexableStatementFilterModifier and TypeMethodDescriptionvoid
LuceneSail.registerStatementFilter
(IndexableStatementFilter filter) Sets a filter which determines whether a statement should be considered for indexing when performing complete reindexing.