Uses of Enum Class
com.yahoo.prelude.query.Item.ItemType
Packages that use Item.ItemType
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 Item.ItemType in com.yahoo.prelude.query
Methods in com.yahoo.prelude.query that return Item.ItemTypeModifier and TypeMethodDescriptionAndItem.getItemType()AndSegmentItem.getItemType()BoolItem.getItemType()Returns ItemType.WORD as we do not want a string binding from the parsed query to index typesDotProductItem.getItemType()EquivItem.getItemType()ExactStringItem.getItemType()FalseItem.getItemType()FuzzyItem.getItemType()GeoLocationItem.getItemType()IntItem.getItemType()abstract Item.ItemTypeItem.getItemType()Return the enumerated type of this item.NearestNeighborItem.getItemType()NearItem.getItemType()NotItem.getItemType()NullItem.getItemType()NumericInItem.getItemType()ONearItem.getItemType()OrItem.getItemType()PhraseItem.getItemType()PhraseSegmentItem.getItemType()PredicateQueryItem.getItemType()PrefixItem.getItemType()PureWeightedInteger.getItemType()PureWeightedString.getItemType()RankItem.getItemType()RegExpItem.getItemType()RootItem.getItemType()SameElementItem.getItemType()StringInItem.getItemType()SubstringItem.getItemType()SuffixItem.getItemType()TrueItem.getItemType()WandItem.getItemType()WeakAndItem.getItemType()WeightedSetItem.getItemType()WordAlternativesItem.getItemType()WordItem.getItemType()TermType.toItemType()static Item.ItemTypeReturns the enum constant of this class with the specified name.static Item.ItemType[]Item.ItemType.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 Item.ItemTypeModifier and TypeMethodDescriptionstatic booleanEquivItem.acceptsChildrenOfType(Item.ItemType itemType) Returns true if this accepts child items of the given typebooleanCompositeItem.acceptsItemsOfType(Item.ItemType itemType) booleanEquivItem.acceptsItemsOfType(Item.ItemType itemType) booleanPhraseItem.acceptsItemsOfType(Item.ItemType itemType) booleanPhraseSegmentItem.acceptsItemsOfType(Item.ItemType itemType) -
Uses of Item.ItemType in com.yahoo.search.query.textserialize.item
Methods in com.yahoo.search.query.textserialize.item with parameters of type Item.ItemTypeModifier and TypeMethodDescriptionstatic ItemFormConverterItemExecutorRegistry.getByType(Item.ItemType itemType)