Uses of Interface
org.eclipse.rdf4j.sail.lucene.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
Modifier and TypeClassDescriptionclass
Requires an Elasticsearch cluster with the DeleteByQuery plugin. -
Uses of SearchIndex in org.eclipse.rdf4j.sail.lucene
Modifier and TypeMethodDescriptionprotected static SearchIndex
LuceneSail.createSearchIndex(Properties parameters)
Deprecated.LuceneSail.getLuceneIndex()
static SearchIndex
SearchIndexQueryContextInitializer.getSearchIndex(QueryContext qctx)
Modifier and TypeMethodDescriptionstatic void
SearchIndexQueryContextInitializer.init(QueryContext qctx, SearchIndex searchIndex)
void
LuceneSail.setLuceneIndex(SearchIndex luceneIndex)
ModifierConstructorDescriptionDistanceQuerySpecBuilder(SearchIndex index)
LuceneSailConnection(NotifyingSailConnection wrappedConnection, SearchIndex luceneIndex, LuceneSail sail)
SearchIndexQueryContextInitializer(SearchIndex searchIndex)
-
Uses of SearchIndex in org.eclipse.rdf4j.sail.lucene.impl
Modifier and TypeClassDescriptionclass
A LuceneIndex is a one-stop-shop abstraction of a Lucene index.class
LuceneIndex 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
Modifier and TypeMethodDescriptionstatic SearchIndex
SearchIndexUtils.createSearchIndex(Properties parameters)
The method creates instance ofSearchIndex
. -
Uses of SearchIndex in org.eclipse.rdf4j.sail.solr