Modifier and Type | Method and Description |
---|---|
ParsedQuery |
IndexQueryParserService.parse(byte[] source) |
ParsedQuery |
IndexQueryParserService.parse(byte[] source,
int offset,
int length) |
ParsedQuery |
IndexQueryParserService.parse(BytesReference source) |
ParsedQuery |
IndexQueryParserService.parse(QueryBuilder queryBuilder) |
ParsedQuery |
IndexQueryParserService.parse(QueryParseContext context,
BytesReference source) |
ParsedQuery |
IndexQueryParserService.parse(QueryParseContext context,
XContentParser parser) |
ParsedQuery |
IndexQueryParserService.parse(String source) |
ParsedQuery |
IndexQueryParserService.parse(XContentParser parser) |
static ParsedQuery |
ParsedQuery.parsedMatchAllQuery() |
ParsedQuery |
IndexQueryParserService.parseQuery(BytesReference source)
Selectively parses a query from a top level query or query_binary json field from the specified source.
|
Constructor and Description |
---|
ParsedQuery(org.apache.lucene.search.Query query,
ParsedQuery parsedQuery) |
Modifier and Type | Method and Description |
---|---|
ParsedQuery |
PercolateContext.parsedQuery() |
Modifier and Type | Method and Description |
---|---|
SearchContext |
PercolateContext.parsedQuery(ParsedQuery query) |
Modifier and Type | Method and Description |
---|---|
ParsedQuery |
InnerHitsContext.BaseInnerHits.parsedQuery() |
Modifier and Type | Method and Description |
---|---|
abstract ParsedQuery |
SearchContext.parsedQuery() |
ParsedQuery |
FilteredSearchContext.parsedQuery() |
ParsedQuery |
DefaultSearchContext.parsedQuery() |
Modifier and Type | Method and Description |
---|---|
abstract SearchContext |
SearchContext.parsedQuery(ParsedQuery query) |
SearchContext |
FilteredSearchContext.parsedQuery(ParsedQuery query) |
SearchContext |
DefaultSearchContext.parsedQuery(ParsedQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
QueryRescorer.QueryRescoreContext.setParsedQuery(ParsedQuery parsedQuery) |
Copyright © 2009–2015. All rights reserved.