| Package | Description |
|---|---|
| com.epimorphics.server.indexers |
| Modifier and Type | Method and Description |
|---|---|
LuceneResult[] |
LuceneIndex.search(org.apache.lucene.search.Query query,
int offset,
int maxResults)
Search the index for entities which match a lucene query.
|
LuceneResult[] |
LuceneIndex.search(String query,
int offset,
int maxResults)
Search the index for entities which match a lucene query using the standard lucene
synta.
|
Copyright © 2014. All rights reserved.