|
Qizx fe-4.4p2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.qizx.api.fulltext.Thesaurus.TokenSequence
public static class Thesaurus.TokenSequence
Sequence of tokens. Used as an interface between thesauri and the FT engine.
Constructor Summary | |
---|---|
Thesaurus.TokenSequence()
|
Method Summary | |
---|---|
void |
addToken(char[] token)
Adds a token in last position. |
char[] |
getTokenAt(int index)
Returns the token at position 'index'. |
void |
removeTokens(int index,
int count)
Removes tokens from positions index to index + count -1 inclusive. |
int |
size()
Returns the number of tokens in the sequence. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Thesaurus.TokenSequence()
Method Detail |
---|
public int size()
public String toString()
toString
in class Object
public char[] getTokenAt(int index)
public void addToken(char[] token)
public void removeTokens(int index, int count)
|
© 2010 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |