Class FieldValueFunctionQuery
- java.lang.Object
-
- com.lucidworks.search.dsl.DslBase
-
- com.lucidworks.search.dsl.request.DslCloneable
-
- com.lucidworks.search.dsl.request.query.FunctionQuery
-
- com.lucidworks.search.dsl.request.query.functions.FieldValueFunctionQuery
-
public class FieldValueFunctionQuery extends FunctionQuery
Basic function query that just returns the value of a field
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description FieldValueFunctionQuery(java.lang.String field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldValueFunctionQuery
clone()
java.lang.String
getField()
void
setField(java.lang.String field)
-
Methods inherited from class com.lucidworks.search.dsl.request.DslCloneable
clone, deepClone
-
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getField
public java.lang.String getField()
-
setField
public void setField(java.lang.String field)
-
clone
public FieldValueFunctionQuery clone()
- Specified by:
clone
in classFunctionQuery
-
-