Uses of Class
com.yahoo.prelude.query.SegmentItem
-
Packages that use SegmentItem 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. -
-
Uses of SegmentItem in com.yahoo.prelude.query
Subclasses of SegmentItem in com.yahoo.prelude.query Modifier and Type Class 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.Methods in com.yahoo.prelude.query that return SegmentItem Modifier and Type Method Description SegmentItem
SegmentItem. clone()
Return a deep copy of this object
-