MAX_TERM_LENGTH

const val MAX_TERM_LENGTH: Int

Absolute hard maximum length for a term, in bytes once encoded as UTF8. If a term arrives from the analyzer longer than this length, an IllegalArgumentException is thrown and a message is printed to infoStream, if set (see ).