Uses of Class
org.apache.solr.client.solrj.request.SolrQuery.SortClause
Packages that use SolrQuery.SortClause
Package
Description
Convenience classes for dealing with various types of Solr requests.
-
Uses of SolrQuery.SortClause in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return SolrQuery.SortClauseModifier and TypeMethodDescriptionstatic SolrQuery.SortClauseCreates an ascending SortClause for an itemstatic SolrQuery.SortClauseCreates a SortClause based on item and orderstatic SolrQuery.SortClauseSolrQuery.SortClause.create(String item, SolrQuery.ORDER order) Creates an ascending SortClause for an itemstatic SolrQuery.SortClauseCreates a descending SortClause for an itemMethods in org.apache.solr.client.solrj.request that return types with arguments of type SolrQuery.SortClauseMethods in org.apache.solr.client.solrj.request with parameters of type SolrQuery.SortClauseModifier and TypeMethodDescriptionSolrQuery.addOrUpdateSort(SolrQuery.SortClause sortClause) Updates or adds a single sort field specification to the current sort information.SolrQuery.addSort(SolrQuery.SortClause sortClause) Adds a single sort clause to the end of the query.SolrQuery.removeSort(SolrQuery.SortClause sortClause) Removes a single sort field from the current sort information.SolrQuery.setSort(SolrQuery.SortClause sortClause) Replaces the current sort information with a single sort clauseMethod parameters in org.apache.solr.client.solrj.request with type arguments of type SolrQuery.SortClauseModifier and TypeMethodDescriptionSolrQuery.setSorts(List<SolrQuery.SortClause> value) Replaces the current sort information.