@MessagingProxy(mode=SYNC) public interface IndexSearcher extends QuerySuggester
Modifier and Type | Method and Description |
---|---|
String |
getQueryString(SearchContext searchContext,
Query query) |
Hits |
search(SearchContext searchContext,
Query query) |
Hits |
search(String searchEngineId,
long companyId,
Query query,
Sort[] sort,
int start,
int end)
Deprecated.
As of Wilberforce (7.0.x), replaced by
search(SearchContext, Query) |
long |
searchCount(SearchContext searchContext,
Query query) |
spellCheckKeywords, spellCheckKeywords, suggest, suggestKeywordQueries
String getQueryString(SearchContext searchContext, Query query) throws ParseException
ParseException
Hits search(SearchContext searchContext, Query query) throws SearchException
SearchException
@Deprecated Hits search(String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end) throws SearchException
search(SearchContext, Query)
SearchException
long searchCount(SearchContext searchContext, Query query) throws SearchException
SearchException