Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Enumeration TextSearchQueryWhitespaceMode

    Describes how to treat whitespace in the source content when using IReaderDocumentSearch.createTextQuery.

    Used with ITextSearchQueryOptions

    Enumeration Members

    COLLAPSE: "COLLAPSE"

    Whitespace in source content is collapsed.

    Example: The query string "hi there" will match content "hi there"

    IGNORE: "IGNORE"

    Whitespace in source content is ignored.

    This mode is useful when searching in PDF files where the source content in many cases contains extra whitespaces between characters in a word.

    Example: The query string "hi there" will match the content "h i the re"