Uses of Class
org.apache.solr.search.SortSpec
-
Packages that use SortSpec Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.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 SortSpecResponseBuilder. getSortSpec()Methods in org.apache.solr.handler.component with parameters of type SortSpec Modifier and Type Method Description voidResponseBuilder. setSortSpec(SortSpec sortSpec)protected NamedListQueryComponent. unmarshalSortValues(SortSpec sortSpec, NamedList 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 SortSpecCursorMark. getSortSpec()Returns the SortSpec used by this object.SortSpecQParser. getSortSpec(boolean useGlobalParams)static SortSpecSortSpecParsing. parseSortSpec(String sortSpec, SolrQueryRequest req)The form of the sort specification string currently parsed is:static SortSpecSortSpecParsing. parseSortSpec(String sortSpec, IndexSchema schema)The form of the (function free) sort specification string currently parsed is:SortSpecSolrIndexSearcher. 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.SortCollapsingQParserPlugin. rewriteSort(SortSpec sortSpec, org.apache.lucene.search.IndexSearcher searcher)Helper method for rewriting the Sort associated with a SortSpec.SortSpecSolrIndexSearcher. 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 SortSpecGroupingSpecification. getGroupSortSpec()SortSpecGroupingSpecification. getWithinGroupSortSpec()Methods in org.apache.solr.search.grouping with parameters of type SortSpec Modifier and Type Method Description voidGroupingSpecification. setGroupSortSpec(SortSpec groupSortSpec)voidGroupingSpecification. setWithinGroupSortSpec(SortSpec withinGroupSortSpec)
-