Package | Description |
---|---|
org.apache.lucene.analysis |
Support for testing analysis components.
|
Modifier and Type | Method and Description |
---|---|
Token |
Token.clone() |
Modifier and Type | Method and Description |
---|---|
void |
Token.reinit(Token prototype)
Copy the prototype token's fields into this one.
|
Constructor and Description |
---|
CannedTokenStream(int finalPosInc,
int finalOffset,
Token... tokens)
If you want trailing holes, pass a non-zero
finalPosInc.
|
CannedTokenStream(Token... tokens) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.