Package | Description |
---|---|
org.modeshape.jcr.index.elasticsearch | |
org.modeshape.jcr.index.elasticsearch.query |
Modifier and Type | Method and Description |
---|---|
Query |
Operations.build(Constraint constraint,
Map<String,Object> variables) |
Modifier and Type | Class and Description |
---|---|
class |
AndQuery |
class |
BoolQuery |
class |
ExistsQuery |
class |
MatchAllQuery |
class |
MatchQuery |
class |
NotQuery |
class |
OrQuery |
class |
RangeQuery |
class |
StringQuery |
class |
TermsQuery |
class |
WildcardQuery |
Modifier and Type | Method and Description |
---|---|
BoolQuery |
BoolQuery.must(Query q) |
BoolQuery |
BoolQuery.should(Query q) |
Constructor and Description |
---|
AndQuery(Query q1,
Query q2) |
NotQuery(Query q1) |
OrQuery(Query q1,
Query q2) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.