Uses of Interface
org.eclipse.rdf4j.sail.lucene.SearchIndex
Packages that use SearchIndex
Package
Description
ElasticSearch index for the 
LuceneSail.A Sail implementation that supports full-text indexing via the Lucene API.
- 
Uses of SearchIndex in org.eclipse.rdf4j.sail.elasticsearch
Classes in org.eclipse.rdf4j.sail.elasticsearch that implement SearchIndexModifier and TypeClassDescriptionclassRequires an Elasticsearch cluster with the DeleteByQuery plugin. - 
Uses of SearchIndex in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement 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.impl
Classes in org.eclipse.rdf4j.sail.lucene.impl that implement SearchIndexModifier and TypeClassDescriptionclassA LuceneIndex is a one-stop-shop abstraction of a Lucene index.classLuceneIndex which uses a NIOFSDirectory instead of MMapDirectory to avoid the JVM crash (see http:// stackoverflow.com/questions/8224843/jvm-crashes-on-lucene-datainput- readvint). - 
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. - 
Uses of SearchIndex in org.eclipse.rdf4j.sail.solr
Classes in org.eclipse.rdf4j.sail.solr that implement SearchIndex