org.elasticsearch.index.query
Class IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings

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

public static class IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings
extends Object


Constructor Summary
IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings(MapBinder<String,QueryParserFactory> binder, Map<String,Settings> groupSettings)
           
 
Method Summary
 MapBinder<String,QueryParserFactory> binder()
           
 Map<String,Settings> groupSettings()
           
 void processXContentQueryParser(String name, Class<? extends QueryParser> xcontentQueryParser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings

public IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings(MapBinder<String,QueryParserFactory> binder,
                                                                                 Map<String,Settings> groupSettings)
Method Detail

binder

public MapBinder<String,QueryParserFactory> binder()

groupSettings

public Map<String,Settings> groupSettings()

processXContentQueryParser

public void processXContentQueryParser(String name,
                                       Class<? extends QueryParser> xcontentQueryParser)


Copyright © 2009-2012. All Rights Reserved.