Companion
object Companion
Functions
Link copied to clipboard
For use in tests only.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Parse command line args into fields
Link copied to clipboard
fun testDocValues(reader: CodecReader, infoStream: PrintStream, failFast: Boolean): CheckIndex.Status.DocValuesStatus
Test docvalues.
Link copied to clipboard
fun testFieldInfos(reader: CodecReader, infoStream: PrintStream, failFast: Boolean): CheckIndex.Status.FieldInfoStatus
Test field infos.
Link copied to clipboard
fun testFieldNorms(reader: CodecReader, infoStream: PrintStream, failFast: Boolean): CheckIndex.Status.FieldNormStatus
Status from testing field norms.
Link copied to clipboard
fun testHnswGraphs(reader: CodecReader, infoStream: PrintStream, failFast: Boolean): CheckIndex.Status.HnswGraphsStatus
Test the HNSW graph.
Link copied to clipboard
fun testLiveDocs(reader: CodecReader, infoStream: PrintStream, failFast: Boolean): CheckIndex.Status.LiveDocStatus
Test live docs.
Link copied to clipboard
fun testPoints(reader: CodecReader, infoStream: PrintStream, failFast: Boolean): CheckIndex.Status.PointsStatus
Test the points index.
Link copied to clipboard
fun testPostings(reader: CodecReader, infoStream: PrintStream, verbose: Boolean = false, level: Int = Level.MIN_LEVEL_FOR_SLOW_CHECKS, failFast: Boolean = false): CheckIndex.Status.TermIndexStatus
Test the term index.
Link copied to clipboard
fun testSort(reader: CodecReader, sort: Sort, infoStream: PrintStream, failFast: Boolean): CheckIndex.Status.IndexSortStatus
Tests index sort order.
Link copied to clipboard
fun testStoredFields(reader: CodecReader, infoStream: PrintStream, failFast: Boolean): CheckIndex.Status.StoredFieldStatus
Test stored fields.
Link copied to clipboard
fun testTermVectors(reader: CodecReader, infoStream: PrintStream, verbose: Boolean = false, level: Int = Level.MIN_LEVEL_FOR_INTEGRITY_CHECKS, failFast: Boolean = false): CheckIndex.Status.TermVectorStatus
Test term vectors.
Link copied to clipboard
fun testVectors(reader: CodecReader, infoStream: PrintStream, failFast: Boolean): CheckIndex.Status.VectorValuesStatus
Test the vectors index.