Class RankItem

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class RankItem
    extends CompositeItem
    Represents the rank operator, which only orders the result set and does not change which hits are returned. The first argument is the part selecting the result set, the following operands are used to order the result and does not affect which hits are returned.
    Author:
    bratseth
    • Constructor Detail

      • RankItem

        public RankItem()
    • Method Detail

      • getItemType

        public Item.ItemType getItemType()
        Description copied from class: Item
        Return the enumerated type of this item.
        Specified by:
        getItemType in class Item
      • getName

        public java.lang.String getName()
        Description copied from class: Item
        Returns the name of this item
        Specified by:
        getName in class Item