org.apache.lucene.queryParser.standard.config
public class FieldDateResolutionFCListener extends java.lang.Object implements FieldConfigListener
DateResolutionAttribute
to the equivalent FieldConfig
based on a
defined map: fieldName -> DateTools.Resolution stored in FieldDateResolutionMapAttribute
in the DateResolutionAttribute
.Constructor and Description |
---|
FieldDateResolutionFCListener(QueryConfigHandler config) |
Modifier and Type | Method and Description |
---|---|
void |
buildFieldConfig(FieldConfig fieldConfig)
This method is called ever time a field configuration is requested.
|
public FieldDateResolutionFCListener(QueryConfigHandler config)
public void buildFieldConfig(FieldConfig fieldConfig)
FieldConfigListener
buildFieldConfig
in interface FieldConfigListener
fieldConfig
- the field configuration requested, should never be nullCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.