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 |
AndSegmentItem
An immutable and'ing of a collection of sub-expressions.
|
class |
IndexedSegmentItem
Common implementation for Item classes implementing the IndexedItem interface.
|
class |
PhraseSegmentItem
A term which contains a fixed length phrase, a collection of word terms,
resulting from a single segmentation operation.
|
class |
TaggableSegmentItem
Common implementation for Item classes implementing the TaggableItem interface.
|
Modifier and Type | Method and Description |
---|---|
SegmentItem |
SegmentItem.clone()
Return a deep copy of this object
|
Copyright © 2017. All rights reserved.