Class MatchAllQuery
- 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.MatchAllQuery
-
public class MatchAllQuery extends AbstractLeafQuery
A query that matches all documents
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description MatchAllQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchAllQuery
clone()
-
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
-
-
Method Detail
-
clone
public MatchAllQuery clone()
-
-