Companion
object Companion
Functions
Link copied to clipboard
fun verifySameDocValuesSkipIndex(fieldName: String?, hasDocValuesSkipIndex1: DocValuesSkipIndexType?, hasDocValuesSkipIndex2: DocValuesSkipIndexType?)
Verify that the provided docValues type are the same
Link copied to clipboard
fun verifySameDocValuesType(fieldName: String?, docValuesType1: DocValuesType?, docValuesType2: DocValuesType?)
Verify that the provided docValues type are the same
Link copied to clipboard
fun verifySameIndexOptions(fieldName: String?, indexOptions1: IndexOptions?, indexOptions2: IndexOptions?)
Verify that the provided index options are the same
Link copied to clipboard
Verify that the provided omitNorms are the same
Link copied to clipboard
Link copied to clipboard
fun verifySameStoreTermVectors(fieldName: String?, storeTermVector1: Boolean, storeTermVector2: Boolean)
Verify that the provided store term vectors options are the same
Link copied to clipboard
fun verifySameVectorOptions(fieldName: String?, vd1: Int, ve1: VectorEncoding?, vsf1: VectorSimilarityFunction?, vd2: Int, ve2: VectorEncoding?, vsf2: VectorSimilarityFunction?)
Verify that the provided vector indexing options are the same