Setting INT metadata fields

INT metadata corresponds to any metadata field that can be parsed into an integer value. The exact parsing of the numeric value depends on the parser’s settings. For example, the com.isdduk.text.IntegerParser parser simply attempts to convert the metadata to an integer, while the com.isdduk.text.B2KBIntParser parser attempts to convert the metadata to an integer and then divide the result by 1024 to get the value expressed in terms of kilobytes (KB) instead of bytes (B).

INT metadata fields support range searching.