public interface KeywordAttribute extends Attribute
TokenStreams can decide to modify a token based on the return value
of isKeyword() if the token is modified. Stemming filters for
instance can use this attribute to conditionally skip a term if
isKeyword() returns true.| Modifier and Type | Method and Description |
|---|---|
boolean |
isKeyword()
Returns
true iff the current token is a keyword, otherwise
false/ |
void |
setKeyword(boolean isKeyword)
Marks the current token as keyword iff set to
true. |
boolean isKeyword()
true iff the current token is a keyword, otherwise
false/true iff the current token is a keyword, otherwise
false/void setKeyword(boolean isKeyword)
true.isKeyword - true iff the current token is a keyword, otherwise
false.Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.