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.
|
com.yahoo.prelude.query.parser | |
com.yahoo.prelude.querytransform | |
com.yahoo.search.yql |
YQL+ integration.
|
Modifier and Type | Field and Description |
---|---|
private Substring |
TermItem.origin
The substring which is the raw form of the source of this token, or null if none.
|
private Substring |
SegmentItem.origin |
Modifier and Type | Method and Description |
---|---|
Substring |
TermItem.getOrigin()
Returns the substring which is the raw form of the text leading to this token.
|
Substring |
SegmentItem.getOrigin()
Returns null right now
|
Substring |
BlockItem.getOrigin()
Returns the substring which is the origin of this item, or null if none
|
Modifier and Type | Method and Description |
---|---|
void |
TermItem.setOrigin(Substring origin)
Sets the origin of this
|
Constructor and Description |
---|
IndexedSegmentItem(String rawWord,
String current,
boolean isFromQuery,
boolean stemmed,
Substring origin) |
PhraseSegmentItem(String rawWord,
String current,
boolean isFromQuery,
boolean stemmed,
Substring substring) |
SegmentItem(String rawWord,
String current,
boolean isFromQuery,
boolean stemmed,
Substring origin)
Creates a new segment item
|
TaggableSegmentItem(String rawWord,
String current,
boolean isFromQuery,
boolean stemmed,
Substring origin) |
TermItem(String indexName,
boolean isFromQuery,
Substring origin) |
WordAlternativesItem(String indexName,
boolean isFromQuery,
Substring origin,
Collection<WordAlternativesItem.Alternative> terms) |
WordItem(String word,
boolean isFromQuery,
Substring origin) |
WordItem(String word,
String indexName,
boolean isFromQuery,
Substring origin) |
Modifier and Type | Field and Description |
---|---|
Substring |
Token.substring
The raw substring causing this token, never null
|
Modifier and Type | Method and Description |
---|---|
Substring |
Token.getSubstring()
Returns the substring containing the image ins original form (including casing),
as well as all the text surrounding the token
|
Constructor and Description |
---|
Token(Token.Kind kind,
String image,
boolean special,
Substring substring) |
Token(Token.Kind kind,
String image,
Substring substring) |
Modifier and Type | Method and Description |
---|---|
private Substring |
StemmingSearcher.getOffsets(BlockItem b) |
Modifier and Type | Method and Description |
---|---|
private WordItem |
StemmingSearcher.singleStemSegment(Item blockAsItem,
String stem,
String indexName,
Substring substring) |
private TaggableItem |
StemmingSearcher.singleWordSegment(BlockItem current,
com.yahoo.language.process.StemList segment,
Index index,
Substring substring) |
Modifier and Type | Method and Description |
---|---|
private Substring |
YqlParser.getOrigin(OperatorNode<ExpressionOperator> ast) |
Copyright © 2017. All rights reserved.