Home » lucene-3.0.1-src » org.apache.lucene.queryParser.standard.config » [javadoc | source]
org.apache.lucene.queryParser.standard.config
public class: FieldDateResolutionMapAttributeImpl [javadoc | source]
java.lang.Object
   org.apache.lucene.util.AttributeImpl
      org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl

All Implemented Interfaces:
    FieldDateResolutionMapAttribute, Cloneable, Attribute, Serializable

This attribute enables the user to define a default DateResolution per field. it's used by FieldDateResolutionFCListener#buildFieldConfig(org.apache.lucene.queryParser.core.config.FieldConfig)
Constructor:
 public FieldDateResolutionMapAttributeImpl() 
Method from org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl Summary:
clear,   copyTo,   equals,   getFieldDateResolutionMap,   hashCode,   setFieldDateResolutionMap,   toString
Methods from org.apache.lucene.util.AttributeImpl:
clear,   clone,   copyTo,   equals,   hashCode,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl Detail:
 public  void clear() 
 public  void copyTo(AttributeImpl target) 
 public boolean equals(Object other) 
 public Map<CharSequence, Resolution> getFieldDateResolutionMap() 
 public int hashCode() 
 public  void setFieldDateResolutionMap(Map<CharSequence, Resolution> dateRes) 
 public String toString()