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 SearchIndexDistanceQuerySpecBuilder.indexprivate final SearchIndexGeoRelationQuerySpecBuilder.indexprivate SearchIndexLuceneSail.luceneIndexThe LuceneIndex holding the indexed literals.private final SearchIndexLuceneSailConnection.luceneIndexprivate final SearchIndexSearchIndexQueryContextInitializer.searchIndexMethods in org.eclipse.rdf4j.sail.lucene that return SearchIndexModifier and TypeMethodDescriptionprotected static SearchIndexLuceneSail.createSearchIndex(Properties parameters) Deprecated.LuceneSail.getLuceneIndex()static SearchIndexSearchIndexQueryContextInitializer.getSearchIndex(QueryContext qctx) Methods in org.eclipse.rdf4j.sail.lucene with parameters of type SearchIndexModifier and TypeMethodDescriptionstatic voidSearchIndexQueryContextInitializer.init(QueryContext qctx, SearchIndex searchIndex) voidLuceneSail.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 SearchIndexSearchIndexUtils.createSearchIndex(Properties parameters) The method creates instance ofSearchIndex.