public class SpanMatchAll extends ParseableQuery
| Constructor and Description |
|---|
SpanMatchAll() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ParseableQuery other) |
static SpanMatchAll |
getInstance() |
boolean |
isMatchAll() |
boolean |
isSpanCompatible() |
String |
toQueryString(String defaultField,
IndexConfiguration config) |
ElementConstructor |
toXmlNode(String field,
IndexConfiguration config) |
hashCode, toStringpublic static final SpanMatchAll 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 defaultField, IndexConfiguration config)
toQueryString in class ParseableQuerydefaultField - 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.