Class RankTypeOperation

java.lang.Object
com.yahoo.schema.fieldoperation.RankTypeOperation
All Implemented Interfaces:
FieldOperation, Comparable<FieldOperation>

public class RankTypeOperation extends Object implements FieldOperation
Author:
Einar M R Rosenvinge
  • Constructor Details

    • RankTypeOperation

      public RankTypeOperation()
  • Method Details

    • getIndexName

      public String getIndexName()
    • setIndexName

      public void setIndexName(String indexName)
    • getType

      public RankType getType()
    • setType

      public void setType(RankType type)
    • apply

      public void apply(SDField field)
      Description copied from interface: FieldOperation
      Apply this operation on the given field
      Specified by:
      apply in interface FieldOperation