Class ShardDoc
java.lang.Object
org.apache.lucene.search.ScoreDoc
org.apache.lucene.search.FieldDoc
org.apache.solr.handler.component.ShardDoc
public class ShardDoc
extends org.apache.lucene.search.FieldDoc
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintFields inherited from class org.apache.lucene.search.FieldDoc
fieldsFields inherited from class org.apache.lucene.search.ScoreDoc
COMPARATOR, doc, score, shardIndex -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconsumeScoreDependentFields(boolean returnRawScore, BiConsumer<String, Object> consumer) booleaninthashCode()toString()
-
Field Details
-
shard
-
shardAddress
-
orderInShard
public int orderInShard -
id
-
sortFieldValues
-
positionInResponse
public int positionInResponse -
scoreDependentFields
-
-
Constructor Details
-
ShardDoc
-
ShardDoc
public ShardDoc()
-
-
Method Details