| Package | Description |
|---|---|
| com.stratio.cassandra.lucene.builder.search | |
| com.stratio.cassandra.lucene.builder.search.sort |
| Modifier and Type | Method and Description |
|---|---|
Search |
Search.sort(SortField... sortFields)
Returns this
Search with the specified sorting. |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoDistanceSortField
A geo spatial distance search sort.
|
class |
SimpleSortField
A simple relevance sorting for a field of a search.
|
| Modifier and Type | Method and Description |
|---|---|
SortField |
SortField.reverse(Boolean reverse)
Returns this
SortField with the specified reverse option. |
| Constructor and Description |
|---|
Sort(SortField... sortFields)
|
| Constructor and Description |
|---|
Sort(List<SortField> sortFields)
|
Copyright © 2016. All rights reserved.