MismatchedLeafReader
Shuffles field numbers around to try to trip bugs where field numbers are assumed to always be consistent across segments.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun searchNearestVectors(field: String, target: ByteArray, knnCollector: KnnCollector, acceptDocs: Bits?)
open override fun searchNearestVectors(field: String, target: FloatArray, knnCollector: KnnCollector, acceptDocs: Bits?)
fun searchNearestVectors(field: String, target: ByteArray, k: Int, acceptDocs: Bits?, visitedLimit: Int): TopDocs
fun searchNearestVectors(field: String, target: FloatArray, k: Int, acceptDocs: Bits?, visitedLimit: Int): TopDocs
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard