|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.queryParser.standard.config.FieldDateResolutionFCListener
public 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
.
DateResolutionAttribute
,
FieldDateResolutionMapAttribute
,
FieldConfig
,
FieldConfigListener
Constructor Summary | |
---|---|
FieldDateResolutionFCListener(QueryConfigHandler config)
|
Method Summary | |
---|---|
void |
buildFieldConfig(FieldConfig fieldConfig)
This method is called ever time a field configuration is requested. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldDateResolutionFCListener(QueryConfigHandler config)
Method Detail |
---|
public void buildFieldConfig(FieldConfig fieldConfig)
FieldConfigListener
buildFieldConfig
in interface FieldConfigListener
fieldConfig
- the field configuration requested, should never be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |