Uses of Class
org.apache.solr.handler.component.ShardDoc
-
Packages that use ShardDoc Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.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. resultIds
Methods in org.apache.solr.handler.component with parameters of type ShardDoc Modifier and Type Method Description protected boolean
ShardFieldSortedHitQueue. 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 void
HighlightComponent. 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 void
SolrPluginUtils. copyNamedListIntoArrayByDocPosInResponse(org.apache.solr.common.util.NamedList<Object> namedList, Map<Object,ShardDoc> resultIds, Map.Entry<String,Object>[] destArr)
Copies the givennamedList
assumed to have doc uniqueKey keyed data intodestArr
at the position of the document in the response.
-