Class DefaultProperties

  • All Implemented Interfaces:
    Cloneable

    public final class DefaultProperties
    extends Properties
    Default values for properties that are meant to be customized in query profiles.
    Author:
    Tony Vaagenes
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object get​(com.yahoo.processing.request.CompoundName name, Map<String,​String> context, com.yahoo.processing.request.Properties substitution)  
      • Methods inherited from class com.yahoo.processing.request.Properties

        asBoolean, asDouble, asInteger, asLong, asString, chain, clearAll, clearAll, clearAll, clearAll, clone, cloneMap, get, get, get, get, get, get, get, getBoolean, getBoolean, getBoolean, getBoolean, getDouble, getDouble, getDouble, getDouble, getInstance, getInteger, getInteger, getInteger, getInteger, getLong, getLong, getLong, getLong, getString, getString, getString, getString, listProperties, listProperties, listProperties, listProperties, listProperties, listProperties, listProperties, listProperties, set, set, set, set
    • Field Detail

      • MAX_OFFSET

        public static final com.yahoo.processing.request.CompoundName MAX_OFFSET
      • MAX_HITS

        public static final com.yahoo.processing.request.CompoundName MAX_HITS
    • Constructor Detail

      • DefaultProperties

        public DefaultProperties()
    • Method Detail

      • get

        public Object get​(com.yahoo.processing.request.CompoundName name,
                          Map<String,​String> context,
                          com.yahoo.processing.request.Properties substitution)
        Overrides:
        get in class com.yahoo.processing.request.Properties