@MessagingProxy(mode=SYNC) public interface IndexSearcher extends QuerySuggester
| Modifier and Type | Method and Description |
|---|---|
Hits |
search(SearchContext searchContext,
Query query) |
Hits |
search(java.lang.String searchEngineId,
long companyId,
Query query,
Sort[] sort,
int start,
int end) |
spellCheckKeywords, spellCheckKeywords, suggestKeywordQueriesHits search(SearchContext searchContext, Query query) throws SearchException
SearchExceptionHits search(java.lang.String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end) throws SearchException
SearchException