public abstract class ParseableQuery extends Object
| Constructor and Description |
|---|
ParseableQuery() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(ParseableQuery other) |
int |
hashCode() |
boolean |
isMatchAll() |
boolean |
isSpanCompatible() |
abstract String |
toQueryString(String field,
IndexConfiguration config) |
String |
toString() |
abstract ElementConstructor |
toXmlNode(String field,
IndexConfiguration config) |
public abstract ElementConstructor toXmlNode(String field, IndexConfiguration config)
field - the prevailing field in the query's surrounding context.config - the index configurationpublic abstract String toQueryString(String field, IndexConfiguration config)
field - the prevailing field in the query's surrounding context.config - the index configurationpublic boolean isSpanCompatible()
public abstract boolean equals(ParseableQuery other)
public boolean isMatchAll()
Copyright © 2013. All Rights Reserved.