Class NotFunction

java.lang.Object
org.springframework.data.solr.core.query.AbstractFunction
org.springframework.data.solr.core.query.NotFunction
All Implemented Interfaces:
Function

public class NotFunction extends AbstractFunction
Implementation of not(field|function)
Since:
1.1
  • Method Details

    • not

      public static NotFunction not(Field field)
      Parameters:
      field - must not be null
      Returns:
    • not

      public static NotFunction not(String fieldName)
      Parameters:
      fieldName - must not be empty
      Returns:
    • not

      public static NotFunction not(Function condition)
      Parameters:
      condition - must not be null
      Returns:
    • getOperation

      public String getOperation()
      Description copied from interface: Function
      solr readable representation of function
      Returns: