Uses of Class
org.apache.lucene.tests.analysis.Token
Packages that use Token
-
Uses of Token in org.apache.lucene.tests.analysis
Methods in org.apache.lucene.tests.analysis that return TokenMethods in org.apache.lucene.tests.analysis with parameters of type TokenModifier and TypeMethodDescriptionvoid
Copy the prototype token's fields into this one.Constructors in org.apache.lucene.tests.analysis with parameters of type TokenModifierConstructorDescriptionCannedTokenStream
(int finalPosInc, int finalOffset, Token... tokens) If you want trailing holes, pass a non-zero finalPosInc.CannedTokenStream
(Token... tokens)