Package | Description |
---|---|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
org.apache.solr.util |
Common utility classes used throughout Solr
|
Modifier and Type | Field and Description |
---|---|
Map<Object,ShardDoc> |
ResponseBuilder.resultIds |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ShardFieldSortedHitQueue.lessThan(ShardDoc docA,
ShardDoc docB) |
Modifier and Type | Method and Description |
---|---|
static void |
SolrPluginUtils.copyNamedListIntoArrayByDocPosInResponse(NamedList namedList,
Map<Object,ShardDoc> resultIds,
Map.Entry<String,Object>[] destArr)
Copies the given
namedList assumed to have doc uniqueKey keyed data into destArr
at the position of the document in the response. |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.