Package | Description |
---|---|
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.solr |
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchDocumentDistance |
class |
ElasticsearchDocumentResult |
class |
ElasticsearchDocumentScore |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends DocumentResult> |
ElasticsearchIndex.geoRelationQuery(String relation,
IRI geoProperty,
String wkt,
Var contextVar) |
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentDistance |
interface |
DocumentScore |
Modifier and Type | Class and Description |
---|---|
class |
LuceneDocumentDistance |
class |
LuceneDocumentResult |
class |
LuceneDocumentScore |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends DocumentResult> |
LuceneIndex.geoRelationQuery(String relation,
IRI geoProperty,
String wkt,
Var contextVar) |
protected abstract Iterable<? extends DocumentResult> |
AbstractSearchIndex.geoRelationQuery(String relation,
IRI geoProperty,
String wkt,
Var context) |
Modifier and Type | Class and Description |
---|---|
class |
SolrDocumentDistance |
class |
SolrDocumentResult |
class |
SolrDocumentScore |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends DocumentResult> |
SolrIndex.geoRelationQuery(String relation,
IRI geoProperty,
String wkt,
Var contextVar) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.