Constructor CachingTokenFilter
CachingTokenFilter(TokenStream)
Create a new CachingTokenFilter around input
,
caching its token attributes, which can be replayed again
after a call to Reset().
Declaration
public CachingTokenFilter(TokenStream input)
Parameters
Type | Name | Description |
---|---|---|
TokenStream | input |