|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.creole.annic.apache.lucene.analysis.Token
public final class Token
| Field Summary | |
|---|---|
(package private) int |
endOffset
|
(package private) int |
position
|
private int |
positionIncrement
|
(package private) int |
startOffset
|
(package private) String |
termText
|
(package private) String |
type
|
| Constructor Summary | |
|---|---|
Token(String text,
int start,
int end)
Constructs a Token with the given term text, and start & end offsets. |
|
Token(String text,
int start,
int end,
String typ)
Constructs a Token with the given text, start and end offsets, & type. |
|
| Method Summary | |
|---|---|
int |
endOffset()
Returns this Token's ending offset, one greater than the position of the last character corresponding to this token in the source text. |
int |
getPosition()
|
int |
getPositionIncrement()
Returns the position increment of this Token. |
void |
setPosition(int pos)
|
void |
setPositionIncrement(int positionIncrement)
Set the position increment. |
int |
startOffset()
Returns this Token's starting offset, the position of the first character corresponding to this token in the source text. |
String |
termText()
Returns the Token's term text. |
String |
type()
Returns this Token's lexical type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
String termText
int startOffset
int endOffset
String type
int position
private int positionIncrement
| Constructor Detail |
|---|
public Token(String text,
int start,
int end)
public Token(String text,
int start,
int end,
String typ)
| Method Detail |
|---|
public void setPositionIncrement(int positionIncrement)
TokenStream, used in phrase
searching.
The default value is one.
Some common uses for this are:
TermPositionspublic void setPosition(int pos)
public int getPosition()
public int getPositionIncrement()
setPositionIncrement(int)public final String termText()
public final int startOffset()
public final int endOffset()
public final String type()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||