void |
AbstractMemoryIndex.open(java.util.Set<Pair<java.lang.String,java.lang.String>> data,
Settings settings) |
Creates and loads data into an in memory index.
|
void |
MemoryIndex.open(java.util.Set<Pair<java.lang.String,java.lang.String>> data,
Settings settings) |
Creates and loads data into an in memory index.
|
org.apache.lucene.search.Query |
AbstractMemoryIndex.parseQuery(java.lang.String searchString) |
Parses the given string into a Lucene Query.
|
org.apache.lucene.search.Query |
MemoryIndex.parseQuery(java.lang.String searchString) |
Parses the given string into a Lucene Query.
|
org.apache.lucene.search.TopDocs |
AbstractMemoryIndex.search(java.lang.String searchString,
int maxQueryResults) |
Searches the index using the given search string.
|
org.apache.lucene.search.TopDocs |
MemoryIndex.search(java.lang.String searchString,
int maxQueryResults) |
Searches the index using the given search string.
|