Class TypeAttributeImpl
java.lang.Object
org.apache.lucene.util.AttributeImpl
org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
- All Implemented Interfaces:
Cloneable,TypeAttribute,Attribute
Default implementation of
TypeAttribute.-
Field Summary
Fields inherited from interface org.apache.lucene.analysis.tokenattributes.TypeAttribute
DEFAULT_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionInitialize this attribute withTypeAttribute.DEFAULT_TYPETypeAttributeImpl(String type) Initialize this attribute withtype -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears the values in this AttributeImpl and resets it to its default value.voidcopyTo(AttributeImpl target) Copies the values from this Attribute into the passed-in target attribute.booleaninthashCode()voidSet the lexical type.type()Returns this Token's lexical type.Methods inherited from class org.apache.lucene.util.AttributeImpl
clone, reflectAsString, reflectWith
-
Constructor Details
-
TypeAttributeImpl
public TypeAttributeImpl()Initialize this attribute withTypeAttribute.DEFAULT_TYPE -
TypeAttributeImpl
Initialize this attribute withtype
-
-
Method Details
-
type
Description copied from interface:TypeAttributeReturns this Token's lexical type. Defaults to "word".- Specified by:
typein interfaceTypeAttribute- See Also:
-
setType
Description copied from interface:TypeAttributeSet the lexical type.- Specified by:
setTypein interfaceTypeAttribute- See Also:
-
clear
public void clear()Description copied from class:AttributeImplClears the values in this AttributeImpl and resets it to its default value. If this implementation implements more than one Attribute interface it clears all.- Specified by:
clearin classAttributeImpl
-
equals
-
hashCode
public int hashCode() -
copyTo
Description copied from class:AttributeImplCopies the values from this Attribute into the passed-in target attribute. The target implementation must support all the Attributes this implementation supports.- Specified by:
copyToin classAttributeImpl
-