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 |
|---|---|
static MatchAllPQuery |
getInstance() |
String |
toQueryString(String field,
IndexConfiguration config) |
ElementConstructor |
toXmlNode(String field,
IndexConfiguration config) |
isSpan, 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 configurationCopyright © 2013. All Rights Reserved.