Uses of Class
org.apache.solr.handler.component.ShardDoc
-
Packages that use ShardDoc Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.util Common utility classes used throughout Solr -
-
Uses of ShardDoc in org.apache.solr.handler.component
Fields in org.apache.solr.handler.component with type parameters of type ShardDoc Modifier and Type Field Description Map<Object,ShardDoc>ResponseBuilder. resultIdsMethods in org.apache.solr.handler.component with parameters of type ShardDoc Modifier and Type Method Description protected booleanShardFieldSortedHitQueue. lessThan(ShardDoc docA, ShardDoc docB)Method parameters in org.apache.solr.handler.component with type arguments of type ShardDoc Modifier and Type Method Description protected voidHighlightComponent. addHighlights(Object[] objArr, Object obj, Map<Object,ShardDoc> resultIds) -
Uses of ShardDoc in org.apache.solr.util
Method parameters in org.apache.solr.util with type arguments of type ShardDoc Modifier and Type Method Description static voidSolrPluginUtils. copyNamedListIntoArrayByDocPosInResponse(NamedList<Object> namedList, Map<Object,ShardDoc> resultIds, Map.Entry<String,Object>[] destArr)Copies the givennamedListassumed to have doc uniqueKey keyed data intodestArrat the position of the document in the response.
-