public class NotFunction extends AbstractFunction
not(field|function)Function.Context| 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArgumentMap, toSolrFunctionpublic 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–2020 Pivotal Software, Inc.. All rights reserved.