@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 NodeAttribute
public void clear()
clear
in class org.apache.lucene.util.AttributeImpl
public void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo
in class org.apache.lucene.util.AttributeImpl
public void append(int nodeID)
NodeAttribute
append
in interface NodeAttribute
public void copyNode(org.apache.lucene.util.IntsRef nodePath)
NodeAttribute
copyNode
in interface NodeAttribute
NodeAttribute.node()
Copyright © 2014. All rights reserved.