Uses of Interface
org.eclipse.rdf4j.sail.lucene.SearchIndex
-
Packages that use SearchIndex Package Description org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.lucene.util -
-
Uses of SearchIndex in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement SearchIndex Modifier and Type Class Description classAbstractLuceneIndexclassAbstractSearchIndexFields in org.eclipse.rdf4j.sail.lucene declared as SearchIndex Modifier and Type Field Description private SearchIndexDistanceQuerySpecBuilder. indexprivate SearchIndexGeoRelationQuerySpecBuilder. indexprivate SearchIndexLuceneSail. luceneIndexThe LuceneIndex holding the indexed literals.private SearchIndexLuceneSailConnection. luceneIndexprivate SearchIndexSearchIndexQueryContextInitializer. searchIndexMethods in org.eclipse.rdf4j.sail.lucene that return SearchIndex Modifier and Type Method Description protected static SearchIndexLuceneSail. createSearchIndex(java.util.Properties parameters)Deprecated.SearchIndexLuceneSail. getLuceneIndex()static SearchIndexSearchIndexQueryContextInitializer. getSearchIndex(QueryContext qctx)Methods in org.eclipse.rdf4j.sail.lucene with parameters of type SearchIndex Modifier and Type Method Description static voidSearchIndexQueryContextInitializer. init(QueryContext qctx, SearchIndex searchIndex)voidLuceneSail. setLuceneIndex(SearchIndex luceneIndex)Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type SearchIndex Constructor Description DistanceQuerySpecBuilder(SearchIndex index)GeoRelationQuerySpecBuilder(SearchIndex index)LuceneSailConnection(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 SearchIndex Modifier and Type Method Description static SearchIndexSearchIndexUtils. createSearchIndex(java.util.Properties parameters)The method creates instance ofSearchIndex.
-