|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.util.AttributeImpl
org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
public class PayloadAttributeImpl
Default implementation of PayloadAttribute.
| Constructor Summary | |
|---|---|
PayloadAttributeImpl()
Initialize this attribute with no payload. |
|
PayloadAttributeImpl(BytesRef payload)
Initialize this attribute with the given payload. |
|
| Method Summary | |
|---|---|
void |
clear()
Clears the values in this AttributeImpl and resets it to its default value. |
PayloadAttributeImpl |
clone()
Shallow clone. |
void |
copyTo(AttributeImpl target)
Copies the values from this Attribute into the passed-in target attribute. |
boolean |
equals(Object other)
|
BytesRef |
getPayload()
Returns this Token's payload. |
int |
hashCode()
|
void |
setPayload(BytesRef payload)
Sets this Token's payload. |
| Methods inherited from class org.apache.lucene.util.AttributeImpl |
|---|
reflectAsString, reflectWith |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PayloadAttributeImpl()
public PayloadAttributeImpl(BytesRef payload)
| Method Detail |
|---|
public BytesRef getPayload()
PayloadAttribute
getPayload in interface PayloadAttributePayloadAttribute.setPayload(BytesRef)public void setPayload(BytesRef payload)
PayloadAttribute
setPayload in interface PayloadAttributePayloadAttribute.getPayload()public void clear()
AttributeImpl
clear in class AttributeImplpublic PayloadAttributeImpl clone()
AttributeImpl
clone in class AttributeImplpublic boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic void copyTo(AttributeImpl target)
AttributeImpl
copyTo in class AttributeImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||