Class TokenizeParser

java.lang.Object
com.yahoo.prelude.query.parser.AbstractParser
com.yahoo.prelude.query.parser.TokenizeParser
All Implemented Interfaces:
CustomParser, Parser

public final class TokenizeParser extends AbstractParser
A parser which turns contiguous searchable character into tokens and filters out other characters. The resulting tokens are collected into a WeakAnd item.
Author:
bratseth