Parameters for the postSearchAnalyze operation.

interface PostSearchAnalyzeParams {
    analyzer: string;
    headers?: OutgoingHttpHeaders;
    text: string;
}

Properties

analyzer: string

The analyzer type that is being used at the tokenization.

headers?: OutgoingHttpHeaders
text: string

The text to tokenize with the analyzer.

Generated using TypeDoc