Package | Description |
---|---|
com.yahoo.prelude.query |
The query model representing a boolean combination of selection criterions, where elements may be
simple criterions, nested boolean operators, or annotated pieces of natural language text.
|
Modifier and Type | Class and Description |
---|---|
class |
ExactStringItem
Used to signal that this term requires exact match if the backend supports it.
|
class |
IntItem
This represents either
a number (integer or floating point)
a partial range, given by "<number" or ">number", where the numbers are exclusive, or
a full or open range "[number;number], "[number;]" or "[;number]" where the numbers are inclusive,
or exclusive if a square bracket is replaced with a pointy one
If a range is specified in brackets, it is also permissible to add a third number specifying the number of hits this
will match on each node - [from;to;hitLimit]
|
class |
MarkerWordItem
Special words known by the index used for marking things.
|
class |
PrefixItem
A word which matches beginnings of words instead of complete words
|
class |
RangeItem
This class represents a numeric range.
|
class |
RegExpItem
Match a field with the contained regular expression.
|
class |
SubstringItem
A word that matches substrings of words
|
class |
SuffixItem
A word that matches a suffix of words instead of a complete word.
|
class |
TermItem
A query term, that is, not only a term in the query language
(an item), but also a term to be found in (or excluded from)
the search index.
|
class |
WordAlternativesItem
A set words with differing exactness scores to be used for literal boost
ranking.
|
class |
WordItem
A term item containing a single word.
|
Copyright © 2018. All rights reserved.