Package com.yahoo.prelude.query.parser
Class LinguisticsParser
java.lang.Object
com.yahoo.prelude.query.parser.AbstractParser
com.yahoo.prelude.query.parser.LinguisticsParser
- All Implemented Interfaces:
CustomParser,Parser
A parser which delegates all tokenization and processing to the linguistics component.
The full string is given as-is to the linguistics component for tokenization, and
what comes back is assumes fully processed including stemming (if applicable).
The returned tokens are collected into a single parent item.
- Author:
- bratseth
-
Field Summary
Fields inherited from class com.yahoo.prelude.query.parser.AbstractParser
braceLevelURL, defaultIndex, environment, indexFacts, language, submodes, tokens -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.prelude.query.parser.AbstractParser
newComposite, normalize, parse, parse, segment, setState, simplifyPhrases, tokenizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.prelude.query.parser.CustomParser
parse
-
Constructor Details
-
LinguisticsParser
-
-
Method Details
-
parseItems
- Specified by:
parseItemsin classAbstractParser
-