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 SummaryFields Modifier and Type Field Description static java.lang.StringTYPE
 - 
Constructor SummaryConstructors Constructor Description MatchAllQuery()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchAllQueryclone()- 
Methods inherited from class com.lucidworks.search.dsl.request.query.AbstractLeafQuerygetChildQueries, isEmptyQuery, removeChildQuery, replaceChildQuery
 - 
Methods inherited from class com.lucidworks.search.dsl.request.DslCloneableclone, deepClone
 
- 
 
- 
- 
- 
Field Detail- 
TYPEpublic static final java.lang.String TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
clonepublic MatchAllQuery clone() 
 
- 
 
-