|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.index.query.IndexQueryParserModule.QueryParsersProcessor
public static class IndexQueryParserModule.QueryParsersProcessor
A custom processor that can be extended to process and bind custom implementations of
QueryParserFactory, and FilterParser.
| Nested Class Summary | |
|---|---|
static class |
IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings
|
static class |
IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings
|
| Constructor Summary | |
|---|---|
IndexQueryParserModule.QueryParsersProcessor()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexQueryParserModule.QueryParsersProcessor()
| Method Detail |
|---|
public void processXContentQueryParsers(IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings bindings)
QueryParserFactory.
public void processXContentFilterParsers(IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings bindings)
FilterParserFactory.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||