Interface SortModeStep<S>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      S mode​(SortMode mode)
      Start describing the behavior of this sort when a document has multiple values for the targeted field.
    • Method Detail

      • mode

        S mode​(SortMode mode)
        Start describing the behavior of this sort when a document has multiple values for the targeted field.
        Parameters:
        mode - The mode.
        Returns:
        this, for method chaining.