public class ExistsFunction extends AbstractFunction
exists(field|function)| 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, toStringpublic 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–2018 Pivotal Software, Inc.. All rights reserved.