Uses of Enum Class
com.yahoo.prelude.query.SegmentingRule
Packages that use SegmentingRule
Package
Description
The query model representing a boolean combination of selection criteria, where elements may be
simple criteria, nested boolean operators, or annotated pieces of natural language text.
-
Uses of SegmentingRule in com.yahoo.prelude.query
Methods in com.yahoo.prelude.query that return SegmentingRuleModifier and TypeMethodDescriptionBlockItem.getSegmentingRule()If the block has to be resegmented, what operator should be chosen if it is necessary to change operator?SegmentItem.getSegmentingRule()TermItem.getSegmentingRule()static SegmentingRuleReturns the enum constant of this class with the specified name.static SegmentingRule[]SegmentingRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.prelude.query with parameters of type SegmentingRuleModifier and TypeMethodDescriptionvoidSegmentItem.setSegmentingRule(SegmentingRule segmentingRule) voidTermItem.setSegmentingRule(SegmentingRule segmentingRule)