Package | Description |
---|---|
org.eclipse.rdf4j.lucene.spin | |
org.eclipse.rdf4j.sail.elasticsearch |
ElasticSearch index for the
LuceneSail . |
org.eclipse.rdf4j.sail.lucene |
A Sail implementation that supports full-text indexing via the Lucene API.
|
org.eclipse.rdf4j.sail.lucene.util | |
org.eclipse.rdf4j.sail.solr |
Constructor and Description |
---|
LuceneSpinSailConnection(NotifyingSailConnection wrappedConnection,
SearchIndex luceneIndex,
LuceneSpinSail sail)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchIndex
Requires an Elasticsearch cluster with the DeleteByQuery plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLuceneIndex |
class |
AbstractSearchIndex |
class |
LuceneIndex
A LuceneIndex is a one-stop-shop abstraction of a Lucene index.
|
class |
LuceneIndexNIOFS
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).
|
Modifier and Type | Method and Description |
---|---|
protected static SearchIndex |
LuceneSail.createSearchIndex(Properties parameters)
Deprecated.
|
SearchIndex |
LuceneSail.getLuceneIndex() |
static SearchIndex |
SearchIndexQueryContextInitializer.getSearchIndex(QueryContext qctx) |
Modifier and Type | Method and Description |
---|---|
static void |
SearchIndexQueryContextInitializer.init(QueryContext qctx,
SearchIndex searchIndex) |
void |
LuceneSail.setLuceneIndex(SearchIndex luceneIndex) |
Constructor and Description |
---|
DistanceQuerySpecBuilder(SearchIndex index) |
GeoRelationQuerySpecBuilder(SearchIndex index) |
LuceneSailConnection(NotifyingSailConnection wrappedConnection,
SearchIndex luceneIndex,
LuceneSail sail) |
SearchIndexQueryContextInitializer(SearchIndex searchIndex) |
Modifier and Type | Method and Description |
---|---|
static SearchIndex |
SearchIndexUtils.createSearchIndex(Properties parameters)
The method creates instance of
SearchIndex . |
Modifier and Type | Class and Description |
---|---|
class |
SolrIndex |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.