Interface for the parameters that can be passed to the WikipediaQueryRun constructor.

interface WikipediaQueryRunParams {
    baseUrl?: string;
    maxDocContentLength?: number;
    topKResults?: number;
}

Properties

baseUrl?: string
maxDocContentLength?: number
topKResults?: number

Generated using TypeDoc