Uses of Class
org.apache.solr.search.SortSpec
-
Packages that use SortSpec Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.grouping APIs and classes for implementing result grouping -
-
Uses of SortSpec in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return SortSpec Modifier and Type Method Description SortSpec
ResponseBuilder. getSortSpec()
Methods in org.apache.solr.handler.component with parameters of type SortSpec Modifier and Type Method Description void
ResponseBuilder. setSortSpec(SortSpec sortSpec)
protected org.apache.solr.common.util.NamedList<List<Object>>
QueryComponent. unmarshalSortValues(SortSpec sortSpec, org.apache.solr.common.util.NamedList<List<Object>> sortFieldValues, IndexSchema schema)
-
Uses of SortSpec in org.apache.solr.search
Methods in org.apache.solr.search that return SortSpec Modifier and Type Method Description SortSpec
CursorMark. getSortSpec()
Returns the SortSpec used by this object.SortSpec
QParser. getSortSpec(boolean useGlobalParams)
static SortSpec
SortSpecParsing. parseSortSpec(String sortSpec, SolrQueryRequest req)
The form of the sort specification string currently parsed is:static SortSpec
SortSpecParsing. parseSortSpec(String sortSpec, IndexSchema schema)
The form of the (function free) sort specification string currently parsed is:SortSpec
SolrIndexSearcher. weightSortSpec(SortSpec originalSortSpec, org.apache.lucene.search.Sort nullEquivalent)
Returns a weighted sort spec according to this searcherMethods in org.apache.solr.search with parameters of type SortSpec Modifier and Type Method Description static org.apache.lucene.search.Sort
CollapsingQParserPlugin. rewriteSort(SortSpec sortSpec, org.apache.lucene.search.IndexSearcher searcher)
Helper method for rewriting the Sort associated with a SortSpec.SortSpec
SolrIndexSearcher. weightSortSpec(SortSpec originalSortSpec, org.apache.lucene.search.Sort nullEquivalent)
Returns a weighted sort spec according to this searcherConstructors in org.apache.solr.search with parameters of type SortSpec Constructor Description CursorMark(IndexSchema schema, SortSpec sortSpec)
Generates an empty CursorMark bound for use with the specified schema andSortSpec
. -
Uses of SortSpec in org.apache.solr.search.grouping
Methods in org.apache.solr.search.grouping that return SortSpec Modifier and Type Method Description SortSpec
GroupingSpecification. getGroupSortSpec()
SortSpec
GroupingSpecification. getWithinGroupSortSpec()
Methods in org.apache.solr.search.grouping with parameters of type SortSpec Modifier and Type Method Description void
GroupingSpecification. setGroupSortSpec(SortSpec groupSortSpec)
void
GroupingSpecification. setWithinGroupSortSpec(SortSpec withinGroupSortSpec)
-