Package org.owasp.dependencycheck.data.lucene
Contains classes used to work with the Lucene Indexes.
-
Class Summary Class Description AbstractTokenizingFilter An abstract tokenizing filter that can be used as the base for a tokenizing filter.AlphaNumericFilter A simple alphanumeric filter that removes non-alphanumeric characters from the terms.DependencySimilarity LuceneUtils Lucene utils is a set of utilize written to make constructing Lucene queries simpler.SearchFieldAnalyzer A Lucene field analyzer used to analyzer queries against the CPE data.TokenPairConcatenatingFilter Takes a TokenStream and adds additional tokens by concatenating pairs of words.UrlTokenizingFilter Takes a TokenStream, looks for URLs, and breaks them into separate tokens.