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

All Implemented Interfaces:
    DateResolutionAttribute, Cloneable, Attribute, Serializable

This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler . This attribute tells the processor which Resolution to use when parsing the date.
Constructor:
 public DateResolutionAttributeImpl() 
Method from org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl Summary:
clear,   copyTo,   equals,   getDateResolution,   hashCode,   setDateResolution,   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.DateResolutionAttributeImpl Detail:
 public  void clear() 
 public  void copyTo(AttributeImpl target) 
 public boolean equals(Object other) 
 public Resolution getDateResolution() 
 public int hashCode() 
 public  void setDateResolution(Resolution dateResolution) 
 public String toString()