Uses of Class
org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
-
Packages that use AbstractSearchIndex Package Description org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API. -
-
Uses of AbstractSearchIndex in org.eclipse.rdf4j.sail.lucene
Subclasses of AbstractSearchIndex in org.eclipse.rdf4j.sail.lucene Modifier and Type Class Description class
AbstractLuceneIndex
Fields in org.eclipse.rdf4j.sail.lucene declared as AbstractSearchIndex Modifier and Type Field Description private AbstractSearchIndex
SimpleBulkUpdater. index
Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type AbstractSearchIndex Constructor Description SimpleBulkUpdater(AbstractSearchIndex index)
-