|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlagsAttribute
This attribute can be used to pass different flags down the Tokenizer
chain,
eg from one TokenFilter to another one.
Method Summary | |
---|---|
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)
|
Method Detail |
---|
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 TokenFilter
s.
void setFlags(int flags)
getFlags()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |