Class RankItem

All Implemented Interfaces:
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 Details

    • RankItem

      public RankItem()
  • Method Details

    • 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 String getName()
      Description copied from class: Item
      Returns the name of this item
      Specified by:
      getName in class Item