org.elasticsearch.index.query
Class IndexQueryParserModule.QueryParsersProcessor

java.lang.Object
  extended by org.elasticsearch.index.query.IndexQueryParserModule.QueryParsersProcessor
Enclosing class:
IndexQueryParserModule

public static class IndexQueryParserModule.QueryParsersProcessor
extends Object

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

IndexQueryParserModule.QueryParsersProcessor

public IndexQueryParserModule.QueryParsersProcessor()
Method Detail

processXContentQueryParsers

public void processXContentQueryParsers(IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings bindings)
Extension point to bind a custom QueryParserFactory.


processXContentFilterParsers

public void processXContentFilterParsers(IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings bindings)
Extension point to bind a custom FilterParserFactory.



Copyright © 2009-2012. All Rights Reserved.