Class SearchSortValues

    • Constructor Detail

      • SearchSortValues

        public SearchSortValues​(java.lang.Object[] rawSortValues,
                                DocValueFormat[] sortValueFormats)
    • Method Detail

      • getFormattedSortValues

        public java.lang.Object[] getFormattedSortValues()
        Returns the formatted version of the values that sorting was performed against
      • getRawSortValues

        public java.lang.Object[] getRawSortValues()
        Returns the raw version of the values that sorting was performed against
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object