Package | Description |
---|---|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
org.apache.solr.search.grouping |
APIs and classes for implementing result grouping
|
Modifier and Type | Method and Description |
---|---|
SortSpec |
ResponseBuilder.getSortSpec() |
Modifier and Type | Method and Description |
---|---|
void |
ResponseBuilder.setSortSpec(SortSpec sortSpec) |
protected NamedList |
QueryComponent.unmarshalSortValues(SortSpec sortSpec,
NamedList sortFieldValues,
IndexSchema schema) |
Modifier and Type | Method and Description |
---|---|
SortSpec |
CursorMark.getSortSpec()
Returns the SortSpec used by this object.
|
SortSpec |
QParser.getSortSpec(boolean useGlobalParams) |
static SortSpec |
SortSpecParsing.parseSortSpec(String sortSpec,
IndexSchema schema)
The form of the (function free) sort specification string currently parsed is:
|
static SortSpec |
SortSpecParsing.parseSortSpec(String sortSpec,
SolrQueryRequest req)
The form of the sort specification string currently parsed is:
|
SortSpec |
SolrIndexSearcher.weightSortSpec(SortSpec originalSortSpec,
Sort nullEquivalent)
Returns a weighted sort spec according to this searcher
|
Modifier and Type | Method and Description |
---|---|
static Sort |
CollapsingQParserPlugin.rewriteSort(SortSpec sortSpec,
IndexSearcher searcher)
Helper method for rewriting the Sort associated with a SortSpec.
|
SortSpec |
SolrIndexSearcher.weightSortSpec(SortSpec originalSortSpec,
Sort nullEquivalent)
Returns a weighted sort spec according to this searcher
|
Constructor and Description |
---|
CursorMark(IndexSchema schema,
SortSpec sortSpec)
Generates an empty CursorMark bound for use with the
specified schema and
SortSpec . |
Modifier and Type | Method and Description |
---|---|
SortSpec |
GroupingSpecification.getGroupSortSpec() |
SortSpec |
GroupingSpecification.getWithinGroupSortSpec() |
Modifier and Type | Method and Description |
---|---|
void |
GroupingSpecification.setGroupSortSpec(SortSpec groupSortSpec) |
void |
GroupingSpecification.setWithinGroupSortSpec(SortSpec withinGroupSortSpec) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.