Serializable
, Cloneable
, QueryNode
public class MatchNoDocsQueryNode extends DeletedQueryNode
MatchNoDocsQueryNode
indicates that a query node tree or subtree
will not match any documents if executed in the index.PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields
Constructor | Description |
---|---|
MatchNoDocsQueryNode() |
Modifier and Type | Method | Description |
---|---|---|
String |
toString() |
Every implementation of this class should return pseudo xml like this:
For FieldQueryNode:
|
cloneTree, toQueryString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, add, allocate, clone, containsTag, containsTag, getChildren, getParent, getTag, getTag, getTagMap, getTags, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, setTag, unsetTag, unsetTag
public String toString()
QueryNodeImpl
toString
in interface QueryNode
toString
in class DeletedQueryNode
QueryNode.toString()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.