Package org.alfresco.service.cmr.search
Interface SuggesterResult
-
- All Known Implementing Classes:
SolrSuggesterResult
public interface SuggesterResultTerm suggestions response object- Since:
- 5.0
- Author:
- Jamal Kaabi-Mofrad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNumberFound()Get the number of suggestionsList<org.alfresco.util.Pair<String,Integer>>getSuggestions()Get the list of suggestions as ("term", "weight") pairs.
-