Package com.yahoo.search.query.parser
Interface Parser
- All Known Subinterfaces:
CustomParser
- All Known Implementing Classes:
AbstractParser,AdvancedParser,AllParser,AnyParser,LinguisticsParser,PhraseParser,ProgrammaticParser,SelectParser,TokenizeParser,WebParser,YqlParser
public interface Parser
Defines the interface of a query parser. To construct an instance of this class, use the
ParserFactory.- Author:
- Simon Thoresen Hult
-
Method Summary