@ExportPackage
Interface | Description |
---|---|
CustomParser |
Class | Description |
---|---|
AbstractParser |
The Vespa query parser.
|
AdvancedParser | Deprecated
since 5.11, YQL+ should be used for formal queries
|
AllParser |
Parser for queries of type all.
|
AnyParser |
Parser for queries of type any.
|
PhraseParser |
Parser for queries of type phrase.
|
ProgrammaticParser | |
SimpleParser |
Base class for parsers of the "simple" query languages (query types
ANY and ALL).
|
SpecialTokenRegistry |
A registry which is responsible for knowing the current
set of special tokens.
|
SpecialTokens |
A list of special tokens - string that should be threated as word
no matter what they contain.
|
SpecialTokens.SpecialToken |
An immutable special token
|
StructuredParser |
Base class for parsers of the query languages which can be used
for structured queries (types ANY, ALL and ADVANCED).
|
Token |
A query token.
|
Tokenizer |
Query tokenizer.
|
TokenPosition |
An iterator-like view of a list of tokens, but typed, random-accessible
and with more convenience methods
|
UnicodePropertyDump |
Dump properties of unicode characters in a format compatible
with fastlib/text/unicode_propertydump
|
WebParser |
Parser for web search queries.
|
Enum | Description |
---|---|
Token.Kind |
Exception | Description |
---|---|
ParseException |
Parser exceptions.
|
Copyright © 2018. All rights reserved.