public final class MatchAllPQuery extends ParseableQuery
| Modifier and Type | Field and Description |
|---|---|
static ElementConstructor |
INSTANCE_ELEMENT_CONSTRUCTOR |
| Constructor and Description |
|---|
MatchAllPQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ParseableQuery other) |
static MatchAllPQuery |
getInstance() |
boolean |
isMatchAll() |
boolean |
isSpanCompatible() |
String |
toQueryString(String field,
IndexConfiguration config) |
ElementConstructor |
toXmlNode(String field,
IndexConfiguration config) |
hashCode, toStringpublic static final ElementConstructor INSTANCE_ELEMENT_CONSTRUCTOR
public static MatchAllPQuery getInstance()
public ElementConstructor toXmlNode(String field, IndexConfiguration config)
toXmlNode in class ParseableQueryfield - the prevailing field in the query's surrounding context.config - the index configurationpublic String toQueryString(String field, IndexConfiguration config)
toQueryString in class ParseableQueryfield - the prevailing field in the query's surrounding context.config - the index configurationpublic boolean isSpanCompatible()
isSpanCompatible in class ParseableQuerypublic boolean isMatchAll()
isMatchAll in class ParseableQuerypublic boolean equals(ParseableQuery other)
equals in class ParseableQueryCopyright © 2013. All Rights Reserved.