Java org.apache.lucene.analysis.tokenattributes PackedTokenAttributeImpl fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.tokenattributes PackedTokenAttributeImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.tokenattributes PackedTokenAttributeImpl.

The text is from its open source code.

Subclass

org.apache.lucene.analysis.tokenattributes.PackedTokenAttributeImpl has subclasses.
Click this link to see all its subclasses.

Field

Constructor

PackedTokenAttributeImpl()
Constructs the attribute implementation.

Method

CharTermAttributeappend(CharSequence csq)
char[]buffer()
intendOffset()
intgetPositionIncrement()
intlength()
CharTermAttributesetEmpty()
voidsetOffset(int startOffset, int endOffset)
voidsetPositionIncrement(int positionIncrement)
voidsetType(String type)
StringtoString()
Returns solely the term text as specified by the CharSequence interface.