public interface FlagsAttribute extends Attribute
Tokenizer chain,
eg from one TokenFilter to another one.| Modifier and Type | Method and Description |
|---|---|
int |
getFlags()
EXPERIMENTAL: While we think this is here to stay, we may want to change it to be a long.
|
void |
setFlags(int flags) |
int getFlags()
TypeAttribute.type(), although they do share similar purposes.
The flags can be used to encode information about the token for use by other TokenFilters.void setFlags(int flags)
getFlags()Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.