Package | Description |
---|---|
org.apache.metamodel.elasticsearch.common | |
org.apache.metamodel.query |
API for querying
|
Modifier and Type | Method and Description |
---|---|
static org.elasticsearch.index.query.QueryBuilder |
ElasticSearchUtils.createQueryBuilderForSimpleWhere(List<FilterItem> whereItems,
LogicalOperator logicalOperator)
Creates, if possible, a
QueryBuilder object which can be used to
push down one or more FilterItem s to ElasticSearch's backend. |
Modifier and Type | Method and Description |
---|---|
LogicalOperator |
FilterItem.getLogicalOperator() |
static LogicalOperator |
LogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalOperator[] |
LogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FilterItem(LogicalOperator logicalOperator,
FilterItem... items)
Creates a compound filter item based on other filter items.
|
FilterItem(LogicalOperator logicalOperator,
List<FilterItem> items)
Creates a compound filter item based on other filter items.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.