Package | Description |
---|---|
org.modeshape.jcr.index.elasticsearch | |
org.modeshape.jcr.index.elasticsearch.client | |
org.modeshape.jcr.index.elasticsearch.query |
Modifier and Type | Method and Description |
---|---|
EsRequest |
Operations.createQuery(Collection<javax.jcr.query.qom.Constraint> constraints,
Map<String,Object> variables) |
EsRequest |
EsIndexColumns.mappings(String type)
Provides Elasticsearch mapping definition for the given type and
this columns.
|
Constructor and Description |
---|
SearchResults(EsClient client,
String index,
String type,
EsRequest query)
Creates new search result instance for the given search request.
|
Modifier and Type | Method and Description |
---|---|
EsRequest |
EsClient.getDocument(String name,
String type,
String id)
Searches indexed document.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EsClient.createIndex(String name,
String type,
EsRequest mappings)
Creates new index.
|
EsResponse |
EsClient.search(String name,
String type,
EsRequest query)
Executes query.
|
boolean |
EsClient.storeDocument(String name,
String type,
String id,
EsRequest doc)
Indexes document.
|
Modifier and Type | Method and Description |
---|---|
EsRequest |
WildcardQuery.build() |
EsRequest |
TermsQuery.build() |
EsRequest |
StringQuery.build() |
EsRequest |
RangeQuery.build() |
abstract EsRequest |
Query.build()
Generates ES specific query Json document.
|
EsRequest |
OrQuery.build() |
EsRequest |
NotQuery.build() |
EsRequest |
MatchQuery.build() |
EsRequest |
MatchAllQuery.build() |
EsRequest |
ExistsQuery.build() |
EsRequest |
BoolQuery.build() |
EsRequest |
AndQuery.build() |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.