AssertingLeafReader
A FilterLeafReader that can be used to apply additional checks for tests.
Types
Link copied to clipboard
Wraps a BinaryDocValues but with additional asserts
Link copied to clipboard
Wraps a Bits but with additional asserts
Link copied to clipboard
Wraps a DocValuesSkipper but with additional asserts
Link copied to clipboard
Wraps a Fields but with additional asserts
Link copied to clipboard
Wraps a ImpactsEnum with additional checks
Link copied to clipboard
Wraps a NumericDocValues but with additional asserts
Link copied to clipboard
Wraps a SortedSetDocValues but with additional asserts
Link copied to clipboard
Wraps a docsenum with additional checks
Link copied to clipboard
Wraps a SortedDocValues but with additional asserts
Link copied to clipboard
Wraps a SortedNumericDocValues but with additional asserts
Link copied to clipboard
Wraps a SortedSetDocValues but with additional asserts
Link copied to clipboard
Wraps a StoredFields but with additional asserts
Link copied to clipboard
Wraps a Terms but with additional asserts
Link copied to clipboard
Wraps a TermVectors but with additional asserts
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