Uses of Class
org.owasp.dependencycheck.data.cpe.IndexException
Packages that use IndexException
Package
Description
Contains classes for working with the CPE Lucene Index.
-
Uses of IndexException in org.owasp.dependencycheck.data.cpe
Methods in org.owasp.dependencycheck.data.cpe that throw IndexExceptionModifier and TypeMethodDescriptionvoidCreates and loads data into an in memory index.voidCreates and loads data into an in memory index.org.apache.lucene.search.QueryAbstractMemoryIndex.parseQuery(String searchString) Parses the given string into a Lucene Query.org.apache.lucene.search.QueryMemoryIndex.parseQuery(String searchString) Parses the given string into a Lucene Query.org.apache.lucene.search.TopDocsSearches the index using the given search string.org.apache.lucene.search.TopDocsSearches the index using the given search string.