|
|||||||||
| 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
IndexQueryParserFactory, XContentQueryParserFactory, and XContentFilterParser.
| Nested Class Summary | |
|---|---|
static class |
IndexQueryParserModule.QueryParsersProcessor.IndexQueryParsersBindings
|
static class |
IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings
|
static class |
IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings
|
| Constructor Summary | |
|---|---|
IndexQueryParserModule.QueryParsersProcessor()
|
|
| Method Summary | |
|---|---|
void |
processIndexQueryParsers(IndexQueryParserModule.QueryParsersProcessor.IndexQueryParsersBindings bindings)
Extension point to bind a custom IndexQueryParserFactory. |
void |
processXContentFilterParsers(IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings bindings)
Extension point to bind a custom XContentFilterParserFactory. |
void |
processXContentQueryParsers(IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings bindings)
Extension point to bind a custom XContentQueryParserFactory. |
| 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 processIndexQueryParsers(IndexQueryParserModule.QueryParsersProcessor.IndexQueryParsersBindings bindings)
IndexQueryParserFactory.
public void processXContentQueryParsers(IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings bindings)
XContentQueryParserFactory.
public void processXContentFilterParsers(IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings bindings)
XContentFilterParserFactory.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||