s:
When incrementToken get a token "abc#def#hi", How to preserve current
attribute
"def#hi" and then return attrTerm "abc", and next I call incrementToken I
can get "def#hi".
? ("#" stand for token separator, and I want to get 3 toke
; /** Returns the next token in the stream, or null at EOS. */
> public final boolean incrementToken() throws IOException {
> //How To?
> }
>
> }
>
>
> Regards,
> Xiaotao Deng
> --
> View this message in context: http:
ibute(PositionIncrementAttribute.class);
}
/** Returns the next token in the stream, or null at EOS. */
public final boolean incrementToken() throws IOException {
//How To?
}
}
Regards,
Xiaotao Deng
--
View this message in context:
ht