@ibm-cloud/cloudant - v0.12.6
    Preparing search index...

    Interface PostSearchAnalyzeParams

    Parameters for the postSearchAnalyze operation.

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

    Hierarchy

    • DefaultParams
      • PostSearchAnalyzeParams
    Index

    Properties

    analyzer: string

    The analyzer type that is being used at the tokenization.

    headers?: OutgoingHttpHeaders
    signal?: GenericAbortSignal
    text: string

    The text to tokenize with the analyzer.