Class FieldExistsQuery
- java.lang.Object
-
- com.lucidworks.search.dsl.DslBase
-
- com.lucidworks.search.dsl.request.DslCloneable
-
- com.lucidworks.search.dsl.request.query.Query
-
- com.lucidworks.search.dsl.request.query.AbstractLeafQuery
-
- com.lucidworks.search.dsl.request.query.FieldExistsQuery
-
public class FieldExistsQuery extends AbstractLeafQuery
A query matching when the document contains the indicated field.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FIELDS_LIST_FIELD
static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description FieldExistsQuery(java.lang.String field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldExistsQuery
clone()
java.lang.String
getField()
void
setField(java.lang.String field)
-
Methods inherited from class com.lucidworks.search.dsl.request.query.AbstractLeafQuery
getChildQueries, isEmptyQuery, removeChildQuery, replaceChildQuery
-
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
-
FIELDS_LIST_FIELD
public static final java.lang.String FIELDS_LIST_FIELD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getField
public java.lang.String getField()
-
setField
public void setField(java.lang.String field)
-
clone
public FieldExistsQuery clone()
-
-