Class NoOpQuery
- 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.NoOpQuery
 
 
 
 
 
- 
 public class NoOpQuery extends AbstractLeafQuery A query that doesn't have any effect on the query logic. If this was the only query, it would retrieve 0 documents. Primarily intended for internal use.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringTYPE
 - 
Constructor SummaryConstructors Constructor Description NoOpQuery()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NoOpQueryclone()- 
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
 
 
- 
 
-