|
|||||||||
| 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.PositionLengthAttributeImpl
public class PositionLengthAttributeImpl
Default implementation of PositionLengthAttribute.
| Constructor Summary | |
|---|---|
PositionLengthAttributeImpl()
Initializes this attribute with position length of 1. |
|
| Method Summary | |
|---|---|
void |
clear()
Clears the values in this AttributeImpl and resets it to its default value. |
void |
copyTo(AttributeImpl target)
Copies the values from this Attribute into the passed-in target attribute. |
boolean |
equals(Object other)
|
int |
getPositionLength()
Returns the position length of this Token. |
int |
hashCode()
|
void |
setPositionLength(int positionLength)
Set the position length of this Token. |
| Methods inherited from class org.apache.lucene.util.AttributeImpl |
|---|
clone, reflectAsString, reflectWith |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PositionLengthAttributeImpl()
| Method Detail |
|---|
public void setPositionLength(int positionLength)
PositionLengthAttributeThe default value is one.
setPositionLength in interface PositionLengthAttributepositionLength - how many positions this token
spans.PositionLengthAttribute.getPositionLength()public int getPositionLength()
PositionLengthAttribute
getPositionLength in interface PositionLengthAttributePositionLengthAttribute.setPositionLength(int)public void clear()
AttributeImpl
clear 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 | ||||||||