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

interface WhitespaceTokenizer {
    type: "whitespace";
}

Hierarchy (View Summary)

Properties

Properties

type: "whitespace"