java.lang.Object
org.elasticsearch.search.rank.RankDocShardInfo
- All Implemented Interfaces:
Writeable
A
RankDocShardInfo
holds all the final rank documents that exist in a shard. We pass this
to fetchPhase so that we can pass all the needed information for the RankBuilder to perform any actions needed
when building the final SearchHits (e.g. explain).-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(int index) void
writeTo
(StreamOutput out) Write this into the StreamOutput.
-
Constructor Details
-
RankDocShardInfo
-
RankDocShardInfo
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
get
-