|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.solr.core.query.AbstractFunction
org.springframework.data.solr.core.query.ExistsFunction
public class ExistsFunction
Implementation of exists(field|function)
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.springframework.data.solr.core.query.AbstractFunction |
|---|
addArgument, getArguments, hasArguments, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public 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 -
public String getOperation()
Function
|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||