Package | Description |
---|---|
org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
Modifier and Type | Method and Description |
---|---|
SolrQuery.ORDER |
SolrQuery.ORDER.reverse() |
static SolrQuery.ORDER |
SolrQuery.ORDER.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrQuery.ORDER[] |
SolrQuery.ORDER.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SolrQuery |
SolrQuery.addSortField(String field,
SolrQuery.ORDER order) |
SolrQuery |
SolrQuery.removeSortField(String field,
SolrQuery.ORDER order) |
SolrQuery |
SolrQuery.setSortField(String field,
SolrQuery.ORDER order) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.