Interface DateResolutionAttribute

    • Method Detail

      • setDateResolution

        void setDateResolution​(org.apache.lucene.document.DateTools.Resolution dateResolution)
        Deprecated.
        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
        Parameters:
        dateResolution - the default date resolution to set
      • getDateResolution

        org.apache.lucene.document.DateTools.Resolution getDateResolution()
        Deprecated.