Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.search.suggest.Suggester.Sort

Packages that use Suggester.Sort
com.liferay.portal.kernel.search.suggest   
 

Uses of Suggester.Sort in com.liferay.portal.kernel.search.suggest
 

Methods in com.liferay.portal.kernel.search.suggest that return Suggester.Sort
 Suggester.Sort PhraseSuggester.CandidateGenerator.getSort()
           
 Suggester.Sort TermSuggester.getSort()
           
static Suggester.Sort Suggester.Sort.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Suggester.Sort[] Suggester.Sort.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.search.suggest with parameters of type Suggester.Sort
 void PhraseSuggester.CandidateGenerator.setSort(Suggester.Sort sort)
           
 void TermSuggester.setSort(Suggester.Sort sort)
           
 


Liferay 7.0-ce-b4