Class TopFunction


  • public class TopFunction
    extends Object
    A top mapping function, returning the highest value found.

    Uses:

    • If a single comparable ValueStream is passed in, a Value (of the same type) representing the maximum of the values for each document is returned.
    • If multiple comparable Values are passed in, a Value (of the same type) representing the maximum of all values is returned.