Class SortStrategy
- java.lang.Object
- 
- com.lucidworks.search.dsl.DslBase
- 
- com.lucidworks.search.dsl.request.DslCloneable
- 
- com.lucidworks.search.dsl.request.GroupLeaderStrategy
- 
- com.lucidworks.search.dsl.request.SortStrategy
 
 
 
 
- 
 public class SortStrategy extends GroupLeaderStrategy Selects the group head document for each group based on which document comes first according to the specified sort order
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringTYPE
 - 
Constructor SummaryConstructors Constructor Description SortStrategy(java.util.List<SortElement> sort)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SortStrategyclone()java.util.List<SortElement>getSort()- 
Methods inherited from class com.lucidworks.search.dsl.request.DslCloneableclone, deepClone
 
- 
 
- 
- 
- 
Field Detail- 
TYPEpublic static final java.lang.String TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
SortStrategypublic SortStrategy(java.util.List<SortElement> sort) 
 
- 
 - 
Method Detail- 
getSortpublic java.util.List<SortElement> getSort() - Returns:
- sort order to base selection of the group head document
 
 - 
clonepublic SortStrategy clone() - Specified by:
- clonein class- GroupLeaderStrategy
 
 
- 
 
-