Companion

object Companion

Functions

Link copied to clipboard

Check whether asserts are enabled or not.

Link copied to clipboard
fun checkImpacts(impacts: Impacts, lastTarget: Int)

For use in tests only.

Link copied to clipboard
fun main(args: Array<String>)

Command-line interface to check and exorcise corrupt segments from an index.

Link copied to clipboard

Parse command line args into fields

Link copied to clipboard

Test docvalues.

Link copied to clipboard

Test field infos.

Link copied to clipboard

Status from testing field norms.

Link copied to clipboard

Test the HNSW graph.

Link copied to clipboard

Test live docs.

Link copied to clipboard

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

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

Test the vectors index.