public class NotFunction extends AbstractFunction
not(field|function)| Modifier and Type | Method and Description |
|---|---|
String |
getOperation()
solr readable representation of function
|
static NotFunction |
not(Field field) |
static NotFunction |
not(Function condition) |
static NotFunction |
not(String fieldName) |
addArgument, getArguments, hasArguments, toStringpublic static NotFunction not(Field field)
field - must not be nullpublic static NotFunction not(String fieldName)
fieldName - must not be emptypublic static NotFunction not(Function condition)
condition - must not be nullCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.