Class QueryProfilesConfig.Queryprofile
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile
- Enclosing class:
- QueryProfilesConfig
public static final class QueryProfilesConfig.Queryprofile
extends com.yahoo.config.InnerNode
This class represents query-profiles.queryprofile[]
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static final class
This class represents query-profiles.queryprofile[].property[]static final class
This class represents query-profiles.queryprofile[].queryprofilevariant[]static final class
This class represents query-profiles.queryprofile[].reference[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondimensions
(int i) id()
inherit()
inherit
(int i) property()
property
(int i) queryprofilevariant
(int i) reference
(int i) type()
Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toString
Methods inherited from class com.yahoo.config.Node
clone
-
Constructor Details
-
Queryprofile
-
-
Method Details
-
id
- Returns:
- query-profiles.queryprofile[].id
-
type
- Returns:
- query-profiles.queryprofile[].type
-
inherit
- Returns:
- query-profiles.queryprofile[].inherit[]
-
inherit
- Parameters:
i
- the index of the value to return- Returns:
- query-profiles.queryprofile[].inherit[]
-
dimensions
- Returns:
- query-profiles.queryprofile[].dimensions[]
-
dimensions
- Parameters:
i
- the index of the value to return- Returns:
- query-profiles.queryprofile[].dimensions[]
-
property
- Returns:
- query-profiles.queryprofile[].property[]
-
property
- Parameters:
i
- the index of the value to return- Returns:
- query-profiles.queryprofile[].property[]
-
reference
- Returns:
- query-profiles.queryprofile[].reference[]
-
reference
- Parameters:
i
- the index of the value to return- Returns:
- query-profiles.queryprofile[].reference[]
-
queryprofilevariant
- Returns:
- query-profiles.queryprofile[].queryprofilevariant[]
-
queryprofilevariant
- Parameters:
i
- the index of the value to return- Returns:
- query-profiles.queryprofile[].queryprofilevariant[]
-