Uses of Class
org.owasp.dependencycheck.data.lucene.AbstractTokenizingFilter
-
Packages that use AbstractTokenizingFilter Package Description org.owasp.dependencycheck.data.lucene Contains classes used to work with the Lucene Indexes. -
-
Uses of AbstractTokenizingFilter in org.owasp.dependencycheck.data.lucene
Subclasses of AbstractTokenizingFilter in org.owasp.dependencycheck.data.lucene Modifier and Type Class Description classAlphaNumericFilterA simple alphanumeric filter that removes non-alphanumeric characters from the terms.classUrlTokenizingFilterTakes a TokenStream, looks for URLs, and breaks them into separate tokens.
-