Interface Function.Context

Enclosing interface:
Function

public static interface Function.Context
The Function.Context the Function is used in.
Since:
4.1
  • Method Details

    • convert

      String convert(Object value)
      Convert the given value into a Solr readable String argument.
      Parameters:
      value - must not be null.
      Returns:
      the Solr readable representation of the given value.
    • getTarget