textSearch

public final String textSearch(String query)

Ranked BM-25 search over this Query's built index — the "index once, query many" path. No document conversion or index rebuild happens here; only the query runs. Each hit is reported by its original document page (for a document-built index) or line range (for plain text). The per-query knobs (top-k, context, mode, display) come from the settings captured when the Query was built. Returns an empty string when nothing clears the relevance floor.

Parameters

query

Natural-language query; matched case-insensitively.