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
fun verifySameOmitNorms(fieldName: String?, omitNorms1: Boolean, omitNorms2: Boolean)

Verify that the provided omitNorms are the same

Link copied to clipboard
fun verifySamePointsOptions(fieldName: String?, pointDimensionCount1: Int, indexDimensionCount1: Int, numBytes1: Int, pointDimensionCount2: Int, indexDimensionCount2: Int, numBytes2: Int)

Verify that the provided points indexing options are the same

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

Verify that the provided vector indexing options are the same