Class NativeRankTypeDefinitionSet

java.lang.Object
com.yahoo.schema.derived.NativeRankTypeDefinitionSet

public class NativeRankTypeDefinitionSet extends Object
A set of rank type definitions used for native rank features.
Author:
geirst
  • Constructor Details

    • NativeRankTypeDefinitionSet

      public NativeRankTypeDefinitionSet(String name)
  • Method Details

    • getDefaultRankType

      public static RankType getDefaultRankType()
      Returns the default rank type (about)
    • getRankTypeDefinition

      public NativeRankTypeDefinition getRankTypeDefinition(RankType type)
      Returns a rank type definition if given an existing rank type name, or null if given a rank type which has no native implementation (meaning somebody forgot to add it),
    • types

      Returns an unmodifiable map of the type definitions in this
    • toString

      public String toString()
      Overrides:
      toString in class Object