Module org.elasticsearch.compute
Class DocVectorEncoder
java.lang.Object
org.elasticsearch.compute.operator.topn.DefaultUnsortableTopNEncoder
org.elasticsearch.compute.operator.topn.DocVectorEncoder
- All Implemented Interfaces:
TopNEncoder
-
Field Summary
Fields inherited from class org.elasticsearch.compute.operator.topn.DefaultUnsortableTopNEncoder
DOUBLE, FLOAT, INT, LONGFields inherited from interface org.elasticsearch.compute.operator.topn.TopNEncoder
DEFAULT_SORTABLE, DEFAULT_UNSORTABLE, IP, UNSUPPORTED, UTF8, VERSION -
Constructor Summary
ConstructorsConstructorDescriptionDocVectorEncoder(IndexedByShardId<? extends org.elasticsearch.core.RefCounted> refCounteds) -
Method Summary
Modifier and TypeMethodDescriptionIndexedByShardId<? extends org.elasticsearch.core.RefCounted> toString()Methods inherited from class org.elasticsearch.compute.operator.topn.DefaultUnsortableTopNEncoder
decodeBoolean, decodeBytesRef, decodeDouble, decodeFloat, decodeInt, decodeLong, decodeVInt, encodeBoolean, encodeBytesRef, encodeDouble, encodeFloat, encodeInt, encodeLong, encodeVInt, toSortable, toUnsortable
-
Constructor Details
-
DocVectorEncoder
-
-
Method Details
-
refCounteds
-
toString
- Overrides:
toStringin classDefaultUnsortableTopNEncoder
-