Typescript SDK Type Docs
Preparing search index...
Platform SDK
WhitespaceTokenizer
Interface WhitespaceTokenizer
Creates tokens by splitting the
text
field in
SearchKeyword
by whitespaces.
interface
WhitespaceTokenizer
{
type
:
"whitespace"
;
}
Hierarchy (
View Summary
)
ISuggestTokenizer
WhitespaceTokenizer
Index
Properties
type
Properties
Readonly
type
type
:
"whitespace"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
Typescript SDK Type Docs
Loading...
Creates tokens by splitting the
textfield in SearchKeyword by whitespaces.