Package | Description |
---|---|
org.apache.lucene.queryParser.core.config |
Contains the base classes used to configure the query processing
Query Configuration Interfaces
The package org.apache.lucene.queryParser.core.config contains query configuration handler
abstract class that all config handlers should extend.
|
org.apache.lucene.queryParser.standard.config |
Standard Lucene Query Configuration
The package org.apache.lucene.queryParser.standard.config contains the Lucene
query configuration handler (StandardQueryConfigHandler).
|
Modifier and Type | Method and Description |
---|---|
void |
QueryConfigHandler.addFieldConfigListener(FieldConfigListener listener)
Adds a listener.
|