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 |
---|---|
FieldConfig |
QueryConfigHandler.getFieldConfig(CharSequence fieldName)
Deprecated.
use
QueryConfigHandler.getFieldConfig(String) instead |
FieldConfig |
QueryConfigHandler.getFieldConfig(String fieldName)
Returns an implementation of
FieldConfig for a specific field name. |
Modifier and Type | Method and Description |
---|---|
void |
FieldConfigListener.buildFieldConfig(FieldConfig fieldConfig)
This method is called ever time a field configuration is requested.
|
Modifier and Type | Method and Description |
---|---|
void |
NumericFieldConfigListener.buildFieldConfig(FieldConfig fieldConfig) |
void |
FieldDateResolutionFCListener.buildFieldConfig(FieldConfig fieldConfig) |
void |
FieldBoostMapFCListener.buildFieldConfig(FieldConfig fieldConfig) |