Uses of Interface
org.eclipse.rdf4j.sail.lucene.SearchIndex
Packages that use SearchIndex
Package
Description
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of SearchIndex in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement SearchIndexFields in org.eclipse.rdf4j.sail.lucene declared as SearchIndexModifier and TypeFieldDescriptionprivate final SearchIndex
DistanceQuerySpecBuilder.index
private final SearchIndex
GeoRelationQuerySpecBuilder.index
private SearchIndex
LuceneSail.luceneIndex
The LuceneIndex holding the indexed literals.private final SearchIndex
LuceneSailConnection.luceneIndex
private final SearchIndex
SearchIndexQueryContextInitializer.searchIndex
Methods in org.eclipse.rdf4j.sail.lucene that return SearchIndexModifier and TypeMethodDescriptionprotected static SearchIndex
LuceneSail.createSearchIndex
(Properties parameters) Deprecated.LuceneSail.getLuceneIndex()
static SearchIndex
SearchIndexQueryContextInitializer.getSearchIndex
(QueryContext qctx) Methods in org.eclipse.rdf4j.sail.lucene with parameters of type SearchIndexModifier and TypeMethodDescriptionstatic void
SearchIndexQueryContextInitializer.init
(QueryContext qctx, SearchIndex searchIndex) void
LuceneSail.setLuceneIndex
(SearchIndex luceneIndex) Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type SearchIndexModifierConstructorDescriptionLuceneSailConnection
(NotifyingSailConnection wrappedConnection, SearchIndex luceneIndex, LuceneSail sail) SearchIndexQueryContextInitializer
(SearchIndex searchIndex) -
Uses of SearchIndex in org.eclipse.rdf4j.sail.lucene.util
Methods in org.eclipse.rdf4j.sail.lucene.util that return SearchIndexModifier and TypeMethodDescriptionstatic SearchIndex
SearchIndexUtils.createSearchIndex
(Properties parameters) The method creates instance ofSearchIndex
.