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 |
---|---|
abstract ParsedFilter |
SearchContext.parsedPostFilter() |
ParsedFilter |
FilteredSearchContext.parsedPostFilter() |
ParsedFilter |
DefaultSearchContext.parsedPostFilter() |
Modifier and Type | Method and Description |
---|---|
SearchContext |
SubSearchContext.parsedPostFilter(ParsedFilter postFilter) |
abstract SearchContext |
SearchContext.parsedPostFilter(ParsedFilter postFilter) |
SearchContext |
FilteredSearchContext.parsedPostFilter(ParsedFilter postFilter) |
SearchContext |
DefaultSearchContext.parsedPostFilter(ParsedFilter postFilter) |
Copyright © 2009–2015. All rights reserved.