Package org.alfresco.service.cmr.search
Interface SuggesterResult
- All Known Implementing Classes:
SolrSuggesterResult
public interface SuggesterResult
Term suggestions response object
- Since:
- 5.0
- Author:
- Jamal Kaabi-Mofrad
-
Method Summary
Modifier and TypeMethodDescriptionlongGet the number of suggestionsGet the list of suggestions as ("term", "weight") pairs.
-
Method Details
-
getNumberFound
long getNumberFound()Get the number of suggestions- Returns:
- long
-
getSuggestions
Get the list of suggestions as ("term", "weight") pairs. Never null.- Returns:
- list of suggestions
-