@NotThreadSafe public final class UrlTokenizingFilter extends AbstractTokenizingFilter
| Constructor and Description |
|---|
UrlTokenizingFilter(org.apache.lucene.analysis.TokenStream stream)
Constructs a new UrlTokenizingFilter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken()
Increments the underlying TokenStream and sets CharTermAttributes to
construct an expanded set of tokens by concatenating tokens with the
previous token.
|
addTerm, getTermAtt, getTokens, resetaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toStringpublic UrlTokenizingFilter(org.apache.lucene.analysis.TokenStream stream)
stream - the TokenStream that this filter will processpublic boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOException - is thrown when an IOException occursCopyright © 2012–2020 OWASP. All rights reserved.