| Package | Description |
|---|---|
| org.elasticsearch.index.query | |
| org.elasticsearch.percolator | |
| org.elasticsearch.search.internal |
| Modifier and Type | Method and Description |
|---|---|
ParsedFilter |
IndexQueryParserService.parseInnerFilter(XContentParser parser)
Parses an inner filter, returning null if the filter should be ignored.
|
| Modifier and Type | Method and Description |
|---|---|
ParsedFilter |
PercolateContext.parsedPostFilter() |
| Modifier and Type | Method and Description |
|---|---|
SearchContext |
PercolateContext.parsedPostFilter(ParsedFilter postFilter) |
| Modifier and Type | Method and Description |
|---|---|
ParsedFilter |
FilteredSearchContext.parsedPostFilter() |
abstract ParsedFilter |
SearchContext.parsedPostFilter() |
ParsedFilter |
DefaultSearchContext.parsedPostFilter() |
| Modifier and Type | Method and Description |
|---|---|
SearchContext |
FilteredSearchContext.parsedPostFilter(ParsedFilter postFilter) |
abstract SearchContext |
SearchContext.parsedPostFilter(ParsedFilter postFilter) |
SearchContext |
SubSearchContext.parsedPostFilter(ParsedFilter postFilter) |
SearchContext |
DefaultSearchContext.parsedPostFilter(ParsedFilter postFilter) |
Copyright © 2009–2016. All rights reserved.