| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.cpe |
Contains classes for working with the CPE Lucene Index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryIndex.open(Set<Pair<String,String>> data,
Settings settings)
Creates and loads data into an in memory index.
|
void |
AbstractMemoryIndex.open(Set<Pair<String,String>> data,
Settings settings)
Creates and loads data into an in memory index.
|
org.apache.lucene.search.Query |
MemoryIndex.parseQuery(String searchString)
Parses the given string into a Lucene Query.
|
org.apache.lucene.search.Query |
AbstractMemoryIndex.parseQuery(String searchString)
Parses the given string into a Lucene Query.
|
org.apache.lucene.search.TopDocs |
MemoryIndex.search(String searchString,
int maxQueryResults)
Searches the index using the given search string.
|
org.apache.lucene.search.TopDocs |
AbstractMemoryIndex.search(String searchString,
int maxQueryResults)
Searches the index using the given search string.
|
Copyright © 2012–2020 OWASP. All rights reserved.