Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Used with ITextSearchQueryOptions

Index

Enumeration members

Enumeration members

COLLAPSE

COLLAPSE = "COLLAPSE"

Whitespace in source content is collapsed.

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

IGNORE

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"

Generated using TypeDoc