Package org.apache.lucene.queryparser.flexible.core.config

Base classes used to configure the query processing.

See: Description

Package org.apache.lucene.queryparser.flexible.core.config Description

Base classes used to configure the query processing.

Query Configuration Interfaces

The package org.apache.lucene.queryparser.flexible.config contains query configuration handler abstract class that all config handlers should extend.

See StandardQueryConfigHandler for a reference implementation.

The QueryConfigHandler and FieldConfig are used in the processors to access config information in a flexible and independent way. See TermRangeQueryNodeProcessor for a reference implementation.

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