Uses of Class
org.apache.solr.search.SortSpec

Packages that use SortSpec
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
org.apache.solr.search APIs and classes for parsing and processing search requests 
 

Uses of SortSpec in org.apache.solr.handler.component
 

Methods in org.apache.solr.handler.component that return SortSpec
 SortSpec ResponseBuilder.getSortSpec()
           
 

Methods in org.apache.solr.handler.component with parameters of type SortSpec
 void ResponseBuilder.setSortSpec(SortSpec sort)
           
 

Uses of SortSpec in org.apache.solr.search
 

Methods in org.apache.solr.search that return SortSpec
 SortSpec QParser.getSort(boolean useGlobalParams)
           
 SortSpec CursorMark.getSortSpec()
          Returns the SortSpec used by this object.
static SortSpec QueryParsing.parseSortSpec(String sortSpec, SolrQueryRequest req)
           The form of the sort specification string currently parsed is:
 

Constructors in org.apache.solr.search with parameters of type SortSpec
CursorMark(IndexSchema schema, SortSpec sortSpec)
          Generates an empty CursorMark bound for use with the specified schema and SortSpec.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.