Module org.elasticsearch.server
Interface BulkScorableFloatVectorValues
- All Superinterfaces:
BulkScorableVectorValues
Extension to
BulkScorableVectorValues for byte[] vectors-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.index.codec.vectors.BulkScorableVectorValues
BulkScorableVectorValues.BulkVectorScorer -
Method Summary
Modifier and TypeMethodDescriptionbulkRescorer(float[] target) Returns aBulkScorableVectorValues.BulkVectorScorerthat can rescore against the providedtargetvector.bulkScorer(float[] target) Returns aBulkScorableVectorValues.BulkVectorScorerthat can score against the providedtargetvector.
-
Method Details
-
bulkScorer
Returns aBulkScorableVectorValues.BulkVectorScorerthat can score against the providedtargetvector. It will score to the fastest speed possible, potentially sacrificing some fidelity.- Throws:
IOException
-
bulkRescorer
Returns aBulkScorableVectorValues.BulkVectorScorerthat can rescore against the providedtargetvector. It will score to the highest fidelity possible, potentially sacrificing some speed.- Throws:
IOException
-