org.apache.lucene.queryparser.flexible.standard.config
Class StandardQueryConfigHandler

java.lang.Object
  extended by org.apache.lucene.queryparser.flexible.core.config.AbstractQueryConfig
      extended by org.apache.lucene.queryparser.flexible.core.config.QueryConfigHandler
          extended by org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler

public class StandardQueryConfigHandler
extends QueryConfigHandler

This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline. It holds configuration methods that reproduce the configuration methods that could be set on the old lucene 2.4 QueryParser class.

See Also:
StandardQueryNodeProcessorPipeline

Nested Class Summary
static class StandardQueryConfigHandler.ConfigurationKeys
          Class holding keys for StandardQueryNodeProcessorPipeline options.
static class StandardQueryConfigHandler.Operator
          Boolean Operator: AND or OR
 
Constructor Summary
StandardQueryConfigHandler()
           
 
Method Summary
 
Methods inherited from class org.apache.lucene.queryparser.flexible.core.config.QueryConfigHandler
addFieldConfigListener, getFieldConfig
 
Methods inherited from class org.apache.lucene.queryparser.flexible.core.config.AbstractQueryConfig
get, has, set, unset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardQueryConfigHandler

public StandardQueryConfigHandler()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.