@Deprecated public class TupleNodeAttributeImpl extends org.apache.lucene.util.AttributeImpl implements NodeAttribute, Cloneable, Serializable
NodeAttribute for a token in a tuple document.| Constructor and Description |
|---|
TupleNodeAttributeImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(int nodeID)
Deprecated.
Append a new node id to the node path
|
void |
clear()
Deprecated.
|
void |
copyNode(org.apache.lucene.util.IntsRef nodePath)
Deprecated.
Set the node path.
|
void |
copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.
|
boolean |
equals(Object other)
Deprecated.
|
int |
hashCode()
Deprecated.
|
org.apache.lucene.util.IntsRef |
node()
Deprecated.
Returns this Token's node path.
|
String |
toString()
Deprecated.
|
protected IntBuffer node
public org.apache.lucene.util.IntsRef node()
node in interface NodeAttributepublic void clear()
clear in class org.apache.lucene.util.AttributeImplpublic void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo in class org.apache.lucene.util.AttributeImplpublic void append(int nodeID)
NodeAttributeappend in interface NodeAttributepublic void copyNode(org.apache.lucene.util.IntsRef nodePath)
NodeAttributecopyNode in interface NodeAttributeNodeAttribute.node()Copyright © 2014. All rights reserved.