Creates tokens by splitting the text field in SearchKeyword by whitespaces.

interface WhitespaceTokenizer {
    type: "whitespace";
}

Properties

Properties

type: "whitespace"

Generated using TypeDoc