public class ExistsFunction extends AbstractFunction
exists(field|function)Function.Context| Modifier and Type | Method and Description |
|---|---|
static ExistsFunction |
exists(Field field)
Creates new
ExistsFunction representing exists(field) |
static ExistsFunction |
exists(Function function)
Creates new
ExistsFunction representing exists(function()) |
static ExistsFunction |
exists(String fieldName)
Creates new
ExistsFunction representing exists(fieldname) |
String |
getOperation()
solr readable representation of function
|
addArgument, getArguments, hasArguments, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArgumentMap, toSolrFunctionpublic static ExistsFunction exists(Field field)
ExistsFunction representing exists(field)field - public static ExistsFunction exists(String fieldName)
ExistsFunction representing exists(fieldname)fieldName - public static ExistsFunction exists(Function function)
ExistsFunction representing exists(function())function - Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.