public interface FlagsAttribute extends Attribute
Tokenizer
chain,
e.g. from one TokenFilter to another one.
This is completely distinct from TypeAttribute
, although they do share similar purposes.
The flags can be used to encode information about the token for use by other
TokenFilter
s.
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Get the bitset for any bits that have been set.
|
void |
setFlags(int flags)
Set the flags to a new bitset.
|
int getFlags()
getFlags()
void setFlags(int flags)
getFlags()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.