public class SpanTermPQuery extends TermPQuery
| Modifier and Type | Field and Description |
|---|---|
static QName |
REGEXP_TERM_QNAME |
static QName |
SPAN_TERM_QNAME |
FIELD_ATTR_NAME, TERM_QUERY_QNAME| Constructor and Description |
|---|
SpanTermPQuery(org.apache.lucene.index.Term t) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSpan() |
ElementConstructor |
toXmlNode(String field,
IndexConfiguration config) |
getBoost, getTerm, toQueryString, toXmlNodetoStringpublic static final QName SPAN_TERM_QNAME
public static final QName REGEXP_TERM_QNAME
public ElementConstructor toXmlNode(String field, IndexConfiguration config)
toXmlNode in class TermPQueryfield - the prevailing field in the query's surrounding context.config - the index configurationpublic boolean isSpan()
isSpan in class ParseableQueryCopyright © 2013. All Rights Reserved.