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 and Description |
---|---|
void |
QueryConfigHandler.addFieldConfigListener(FieldConfigListener listener)
Adds a listener.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldBoostMapFCListener
This listener listens for every field configuration request and assign a
BoostAttribute to the equivalent FieldConfig based on a
defined map: fieldName -> boostValue store in FieldBoostMapAttribute
in the FieldBoostMapAttribute . |
class |
FieldDateResolutionFCListener
This listener listens for every field configuration request and assign a
DateResolutionAttribute to the equivalent FieldConfig based on a
defined map: fieldName -> DateTools.Resolution stored in FieldDateResolutionMapAttribute
in the DateResolutionAttribute . |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.