public static class IndexQueryParserModule.QueryParsersProcessor extends Object
QueryParserFactory
, and FilterParser
.Modifier and Type | Class and Description |
---|---|
static class |
IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings |
static class |
IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings |
Constructor and Description |
---|
QueryParsersProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
processXContentFilterParsers(IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings bindings)
Extension point to bind a custom
FilterParserFactory . |
void |
processXContentQueryParsers(IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings bindings)
Extension point to bind a custom
QueryParserFactory . |
public void processXContentQueryParsers(IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings bindings)
QueryParserFactory
.public void processXContentFilterParsers(IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings bindings)
FilterParserFactory
.Copyright © 2009–2015. All rights reserved.