createTextQuery

abstract fun createTextQuery(queryString: String, options: TextSearchQueryOptions = TextSearchQueryOptions()): ReaderDocumentSearchQuery

Creates a new text search query using the specified queryString. The search will be performed using a variant of exact matching, but with special handling for whitespace and case-sensitivity, etc. Please see TextSearchQueryOptions for available options. No control words such as "AND" or "OR" is supported.

Parameters

queryString

The string to search for.

options

Options controlling how matching is performed, and what data that is available in search result items.