public class FieldQueryNode extends QueryNodeImpl implements FieldValuePairQueryNode<java.lang.CharSequence>, TextableQueryNode
FieldQueryNode
represents a element that contains field/text tupleModifier and Type | Field and Description |
---|---|
protected int |
begin
The term's begin position.
|
protected int |
end
The term's end position.
|
protected java.lang.CharSequence |
field
The term's field
|
protected int |
positionIncrement
The term's position increment.
|
protected java.lang.CharSequence |
text
The term's text.
|
PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields
Constructor and Description |
---|
FieldQueryNode(java.lang.CharSequence field,
java.lang.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() |
java.lang.CharSequence |
getField()
Returns the field associated to the node and every node under it.
|
java.lang.String |
getFieldAsString()
returns null if the field was not specified in the query string
|
int |
getPositionIncrement() |
protected java.lang.CharSequence |
getTermEscaped(EscapeQuerySyntax escaper) |
protected java.lang.CharSequence |
getTermEscapeQuoted(EscapeQuerySyntax escaper) |
java.lang.CharSequence |
getText()
Returns the term.
|
java.lang.String |
getTextAsString() |
java.lang.CharSequence |
getValue() |
void |
setBegin(int begin) |
void |
setEnd(int end) |
void |
setField(java.lang.CharSequence field)
Associates the node to a field.
|
void |
setPositionIncrement(int pi) |
void |
setText(java.lang.CharSequence text) |
void |
setValue(java.lang.CharSequence value) |
java.lang.CharSequence |
toQueryString(EscapeQuerySyntax escaper)
convert to a query string understood by the query parser
|
java.lang.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, allocate, clone, containsTag, getChildren, getParent, getTag, getTagMap, isDefaultField, isLeaf, isRoot, removeChildren, removeFromParent, set, setLeaf, setTag, unsetTag
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, add, containsTag, getChildren, getParent, getTag, getTagMap, isLeaf, removeChildren, removeFromParent, set, setTag, unsetTag
protected java.lang.CharSequence field
protected java.lang.CharSequence text
protected int begin
protected int end
protected int positionIncrement
public FieldQueryNode(java.lang.CharSequence field, java.lang.CharSequence text, int begin, int end)
field
- - field nametext
- - valuebegin
- - position in the query stringend
- - position in the query stringprotected java.lang.CharSequence getTermEscaped(EscapeQuerySyntax escaper)
protected java.lang.CharSequence getTermEscapeQuoted(EscapeQuerySyntax escaper)
public java.lang.CharSequence toQueryString(EscapeQuerySyntax escaper)
QueryNode
toQueryString
in interface QueryNode
public java.lang.String toString()
QueryNodeImpl
toString
in interface QueryNode
toString
in class QueryNodeImpl
QueryNode.toString()
public java.lang.String getTextAsString()
public java.lang.String getFieldAsString()
public int getBegin()
public void setBegin(int begin)
public int getEnd()
public void setEnd(int end)
public java.lang.CharSequence getField()
FieldableNode
getField
in interface FieldableNode
public void setField(java.lang.CharSequence field)
FieldableNode
setField
in interface FieldableNode
field
- the field namepublic int getPositionIncrement()
public void setPositionIncrement(int pi)
public java.lang.CharSequence getText()
getText
in interface TextableQueryNode
public void setText(java.lang.CharSequence text)
setText
in interface TextableQueryNode
text
- the text to setpublic FieldQueryNode cloneTree() throws java.lang.CloneNotSupportedException
QueryNode
cloneTree
in interface QueryNode
cloneTree
in class QueryNodeImpl
java.lang.CloneNotSupportedException
public java.lang.CharSequence getValue()
getValue
in interface ValueQueryNode<java.lang.CharSequence>
public void setValue(java.lang.CharSequence value)
setValue
in interface ValueQueryNode<java.lang.CharSequence>
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.