public class SearchSortSpec extends Object
| Modifier and Type | Field and Description | 
|---|---|
static StringComparator | 
DEFAULT_ORDERING  | 
| Constructor and Description | 
|---|
SearchSortSpec(StringComparator ordering)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
byte[] | 
getCacheKey()  | 
Comparator<SearchHit> | 
getComparator()  | 
StringComparator | 
getOrdering()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public static final StringComparator DEFAULT_ORDERING
public SearchSortSpec(StringComparator ordering)
public StringComparator getOrdering()
public Comparator<SearchHit> getComparator()
public byte[] getCacheKey()
Copyright © 2011–2018. All rights reserved.