Uses of Interface
com.yahoo.prelude.query.TaggableItem

Packages that use TaggableItem
Package
Description
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 TaggableItem in com.yahoo.prelude.query

    Classes in com.yahoo.prelude.query that implement TaggableItem
    Modifier and Type
    Class
    Description
    class 
    A true/false term suitable for searching bool indexes.
    class 
    Common implementation for Item classes implementing the IndexedItem interface.
    class 
    Common implementation for Item classes implementing the TaggableItem interface.
    class 
    A weighted set query item to be evaluated as a sparse dot product.
    class 
    An Item where each child is an alternative which can be matched.
    class 
    Used to signal that this term requires exact match if the backend supports it.
    class 
    Fuzzy search term
    class 
    This represents a geo-location in the query tree.
    class 
    Common implementation for Item classes implementing the IndexedItem interface.
    class 
    This represents either a number (integer or floating point) a partial range, given by "<number" or ">number", where the numbers are exclusive, or a full or open range "[number;number], "[number;]" or "[;number]" where the numbers are inclusive, or exclusive if a square bracket is replaced with a pointy one If a range is specified in brackets, it is also permissible to add a third number specifying the number of hits this will match on each node - [from;to;hitLimit]
    class 
    Special words known by the index used for marking things.
    class 
    Represent a query item matching the K nearest neighbors in a multi-dimensional vector space.
    class 
    A term which contains a phrase - a collection of word terms
    class 
    A term which contains a fixed length phrase, a collection of word terms, resulting from a single segmentation operation.
    class 
    A PredicateQueryItem is a collection of feature/value-pairs that are used to query predicate fields, which contains boolean constraints.
    class 
    A word which matches beginnings of words instead of complete words
    class 
    This class represents a numeric range.
    class 
    Match a field with the contained regular expression.
    class 
    Common implementation for Item classes implementing the IndexedItem interface.
    class 
    Common implementation for Item classes implementing the TaggableItem interface.
    class 
    A word that matches substrings of words
    class 
    A word that matches a suffix of words instead of a complete word.
    class 
    Common implementation for Item classes implementing the TaggableItem interface.
    class 
    Superclass of "leaf" conditions containing a single entity which is either matched in a field or not.
    class 
    An item matching a uri field.
    class 
    A weighted set query item to be evaluated as a Wand with dot product scoring.
    class 
    A term which contains a weighted set.
    class 
    A set of words with differing exactness scores to be used for literal boost ranking.
    class 
    A simple word or token to match in some field.
  • Uses of TaggableItem in com.yahoo.search.query.textserialize.item

    Methods in com.yahoo.search.query.textserialize.item with parameters of type TaggableItem
    Modifier and Type
    Method
    Description
    void
    ItemContext.setConnectivity(TaggableItem item, String id, Double strength)