startNativeTextSearch

abstract fun startNativeTextSearch(query: ERROR CLASS: Symbol not found for NativeDocumentSearcherQuery, resultHandler: ERROR CLASS: Symbol not found for NativeDocumentSearcherQueryResultHandler): ERROR CLASS: Symbol not found for NativeDocumentSearcher??

Starts a native text search operation with the given query and result handler.

Return

A native document searcher instance, or null if the search could not be started.

Parameters

query

The search query configuration.

resultHandler

The handler to receive search results.