Class DefaultProperties

java.lang.Object
com.yahoo.processing.request.Properties
com.yahoo.search.query.Properties
com.yahoo.search.query.properties.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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QueryProfileType
     
    static final com.yahoo.processing.request.CompoundName
     
    static final com.yahoo.processing.request.CompoundName
     
    static final com.yahoo.processing.request.CompoundName
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(com.yahoo.processing.request.CompoundName name, Map<String,String> context, com.yahoo.processing.request.Properties substitution)
     
    static void
     

    Methods inherited from class com.yahoo.search.query.Properties

    chained, clone, getParentQuery, requireSettable, setParentQuery

    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

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MAX_OFFSET

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

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

      public static final com.yahoo.processing.request.CompoundName MAX_QUERY_ITEMS
    • argumentType

      public static final QueryProfileType argumentType
  • Constructor Details

    • DefaultProperties

      public DefaultProperties()
  • Method Details

    • 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
    • requireNotPresentIn

      public static void requireNotPresentIn(Map<String,String> map)