Class DefaultProperties
- java.lang.Object
-
- com.yahoo.processing.request.Properties
-
- com.yahoo.search.query.Properties
-
- com.yahoo.search.query.properties.DefaultProperties
-
- All Implemented Interfaces:
java.lang.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 QueryProfileType
argumentType
static com.yahoo.processing.request.CompoundName
MAX_HITS
static com.yahoo.processing.request.CompoundName
MAX_OFFSET
-
Constructor Summary
Constructors Constructor Description DefaultProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
get(com.yahoo.processing.request.CompoundName name, java.util.Map<java.lang.String,java.lang.String> context, com.yahoo.processing.request.Properties substitution)
-
Methods inherited from class com.yahoo.search.query.Properties
chained, clone, getParentQuery, 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
-
-
-
-
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
-
argumentType
public static final QueryProfileType argumentType
-
-