Package | Description |
---|---|
org.apache.lucene.queryParser.core.config |
Contains the base classes used to configure the query processing
|
org.apache.lucene.queryParser.standard.config |
Standard Lucene Query Configuration
|
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
FieldConfigListener.buildFieldConfig(FieldConfig fieldConfig) |
This method is called ever time a field configuration is requested.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FieldBoostMapFCListener.buildFieldConfig(FieldConfig fieldConfig) |
|
void |
FieldDateResolutionFCListener.buildFieldConfig(FieldConfig fieldConfig) |
|
void |
NumericFieldConfigListener.buildFieldConfig(FieldConfig fieldConfig) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.