public class NodeTextQuery extends ParseableQuery
| Constructor and Description |
|---|
NodeTextQuery(org.apache.lucene.index.Term t) |
NodeTextQuery(org.apache.lucene.index.Term t,
String qName) |
NodeTextQuery(org.apache.lucene.index.Term t,
String qName,
float boost) |
| Modifier and Type | Method and Description |
|---|---|
String |
toQueryString(String field,
IndexConfiguration config) |
ElementConstructor |
toXmlNode(String field,
IndexConfiguration config) |
protected ElementConstructor |
toXmlNode(String field,
QName elementName) |
isSpan, toStringpublic NodeTextQuery(org.apache.lucene.index.Term t,
String qName,
float boost)
public NodeTextQuery(org.apache.lucene.index.Term t,
String qName)
public NodeTextQuery(org.apache.lucene.index.Term t)
public ElementConstructor toXmlNode(String field, IndexConfiguration config)
toXmlNode in class ParseableQueryfield - the prevailing field in the query's surrounding context.config - the index configurationprotected ElementConstructor toXmlNode(String field, QName elementName)
public String toQueryString(String field, IndexConfiguration config)
toQueryString in class ParseableQueryfield - the prevailing field in the query's surrounding context.config - the index configurationIllegalStateException - if a qName was provided, but the field is not one of the
known QName-based fields (lux_elt_text or lux_att_text)Copyright © 2013. All Rights Reserved.