| Package | Description |
|---|---|
| org.springframework.data.solr.core.query |
Query abstractions for
SolrQuery. |
| Modifier and Type | Field and Description |
|---|---|
static TermsOptions.Sort |
TermsOptions.DEFAULT_SORT |
| Modifier and Type | Method and Description |
|---|---|
TermsOptions.Sort |
TermsOptions.getSort() |
static TermsOptions.Sort |
TermsOptions.Sort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermsOptions.Sort[] |
TermsOptions.Sort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TermsOptions.setSort(TermsOptions.Sort sort) |
SimpleTermsQuery.Builder |
SimpleTermsQuery.Builder.sort(TermsOptions.Sort sort) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.