public interface SuggesterResult
Modifier and Type | Method and Description |
---|---|
long |
getNumberFound()
Get the number of suggestions
|
List<org.alfresco.util.Pair<String,Integer>> |
getSuggestions()
Get the list of suggestions as ("term", "weight") pairs.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.