public class FieldQueryNode extends QueryNodeImpl implements FieldValuePairQueryNode<CharSequence>, TextableQueryNode
FieldQueryNode represents a element that contains field/text tuplePLAINTEXT_FIELD_NAME| Constructor and Description |
|---|
FieldQueryNode(CharSequence field,
CharSequence text,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
FieldQueryNode |
cloneTree()
Recursive clone the QueryNode tree The tags are not copied to the new tree
when you call the cloneTree() method
|
int |
getBegin() |
int |
getEnd() |
CharSequence |
getField()
Returns the field associated to the node and every node under it.
|
String |
getFieldAsString()
returns null if the field was not specified in the query string
|
int |
getPositionIncrement() |
CharSequence |
getText()
Returns the term.
|
String |
getTextAsString() |
CharSequence |
getValue() |
void |
setBegin(int begin) |
void |
setEnd(int end) |
void |
setField(CharSequence field)
Associates the node to a field.
|
void |
setPositionIncrement(int pi) |
void |
setText(CharSequence text) |
void |
setValue(CharSequence value) |
CharSequence |
toQueryString(EscapeQuerySyntax escaper)
convert to a query string understood by the query parser
|
String |
toString()
Every implementation of this class should return pseudo xml like this:
For FieldQueryNode: <field start='1' end='2' field='subject' text='foo'/>
|
add, add, clone, containsTag, getChildren, getParent, getTag, getTagMap, isLeaf, removeFromParent, set, setTag, unsetTagequals, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, containsTag, getChildren, getParent, getTag, getTagMap, isLeaf, removeFromParent, set, setTag, unsetTagpublic FieldQueryNode(CharSequence field, CharSequence text, int begin, int end)
field - - field nametext - - valuebegin - - position in the query stringend - - position in the query stringpublic CharSequence toQueryString(EscapeQuerySyntax escaper)
QueryNodetoQueryString in interface QueryNodepublic String toString()
QueryNodeImpltoString in interface QueryNodetoString in class QueryNodeImplQueryNode.toString()public String getTextAsString()
public String getFieldAsString()
public int getBegin()
public void setBegin(int begin)
public int getEnd()
public void setEnd(int end)
public CharSequence getField()
FieldableNodegetField in interface FieldableNodepublic void setField(CharSequence field)
FieldableNodesetField in interface FieldableNodefield - the field namepublic int getPositionIncrement()
public void setPositionIncrement(int pi)
public CharSequence getText()
getText in interface TextableQueryNodepublic void setText(CharSequence text)
setText in interface TextableQueryNodetext - the text to setpublic FieldQueryNode cloneTree() throws CloneNotSupportedException
QueryNodecloneTree in interface QueryNodecloneTree in class QueryNodeImplCloneNotSupportedExceptionpublic CharSequence getValue()
getValue in interface ValueQueryNode<CharSequence>public void setValue(CharSequence value)
setValue in interface ValueQueryNode<CharSequence>Copyright © 2010 - 2020 Adobe. All Rights Reserved