Class DateResolutionAttributeImpl

    • Constructor Detail

      • DateResolutionAttributeImpl

        public DateResolutionAttributeImpl()
        Deprecated.
    • Method Detail

      • setDateResolution

        public void setDateResolution​(org.apache.lucene.document.DateTools.Resolution dateResolution)
        Deprecated.
        Description copied from interface: DateResolutionAttribute
        Sets the default date resolution used by RangeQueryNodes for fields for which no specific date resolutions has been set. Field specific resolutions can be set with
        Specified by:
        setDateResolution in interface DateResolutionAttribute
        Parameters:
        dateResolution - the default date resolution to set
      • clear

        public void clear()
        Deprecated.
        Specified by:
        clear in class org.apache.lucene.util.AttributeImpl
      • copyTo

        public void copyTo​(org.apache.lucene.util.AttributeImpl target)
        Deprecated.
        Specified by:
        copyTo in class org.apache.lucene.util.AttributeImpl
      • equals

        public boolean equals​(Object other)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Deprecated.
        Overrides:
        toString in class org.apache.lucene.util.AttributeImpl