public abstract class ParseableQuery extends Object
| Constructor and Description |
|---|
ParseableQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSpan() |
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 isSpan()
Copyright © 2013. All Rights Reserved.