| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
BasicQueryBuilder.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement
|
QueryBuilder |
QueryBuilderDecorator.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement
|
QueryBuilder |
QueryBuilder.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement
|
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
GeoQueryBuilder.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement
|
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
SRUQueryBuilder.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement
|
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
TimeQueryBuilder.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicQueryElement
Query element class implementing the QueryElement interface, which provides standard OpenSearch
query element functionality
|
class |
QueryElementDecorator |
| Modifier and Type | Field and Description |
|---|---|
protected QueryElement |
QueryElementDecorator.el |
| Modifier and Type | Method and Description |
|---|---|
QueryElement |
QueryElementFactory.newInstance(Element query,
Map<String,String> nsPrefixes)
Creates a new QueryElement object
|
| Constructor and Description |
|---|
QueryElementDecorator(QueryElement el) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoQueryElement
Query element class implementing the QueryElement interface, which provides functionality
for OpenSearch Geo extension query elements
|
| Constructor and Description |
|---|
GeoQueryElement(Element query,
Map<String,String> nsPrefixes,
QueryElement el)
Creates a new instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
SRUQueryElement
Query element class implementing the QueryElement interface, which provides functionality
for OpenSearch SRU extension query elements
|
| Constructor and Description |
|---|
SRUQueryElement(Element query,
Map<String,String> nsPrefixes,
QueryElement el)
Creates a new instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimeQueryElement
Query element class implementing the QueryElement interface, which provides functionality
for OpenSearch Geo extension query elements
|
| Constructor and Description |
|---|
TimeQueryElement(Element query,
Map<String,String> nsPrefixes,
QueryElement el)
Creates a new instance
|
| Modifier and Type | Field and Description |
|---|---|
protected List<QueryElement> |
OpenSearchResponse.queryElements |
Copyright © 2014. All Rights Reserved.