Package com.yahoo.container
Class QrSearchersConfig.Customizedsearchers
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.container.QrSearchersConfig.Customizedsearchers
- Enclosing class:
- QrSearchersConfig
public static final class QrSearchersConfig.Customizedsearchers
extends com.yahoo.config.InnerNode
This class represents qr-searchers.customizedsearchers
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
This class represents qr-searchers.customizedsearchers.argument[]static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionargument()
argument
(int i) backend()
backend
(int i) blendedresult
(int i) rawquery()
rawquery
(int i) transformedquery
(int i) unblendedresult
(int i) 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
-
Customizedsearchers
-
-
Method Details
-
rawquery
- Returns:
- qr-searchers.customizedsearchers.rawquery[]
-
rawquery
- Parameters:
i
- the index of the value to return- Returns:
- qr-searchers.customizedsearchers.rawquery[]
-
transformedquery
- Returns:
- qr-searchers.customizedsearchers.transformedquery[]
-
transformedquery
- Parameters:
i
- the index of the value to return- Returns:
- qr-searchers.customizedsearchers.transformedquery[]
-
blendedresult
- Returns:
- qr-searchers.customizedsearchers.blendedresult[]
-
blendedresult
- Parameters:
i
- the index of the value to return- Returns:
- qr-searchers.customizedsearchers.blendedresult[]
-
unblendedresult
- Returns:
- qr-searchers.customizedsearchers.unblendedresult[]
-
unblendedresult
- Parameters:
i
- the index of the value to return- Returns:
- qr-searchers.customizedsearchers.unblendedresult[]
-
backend
- Returns:
- qr-searchers.customizedsearchers.backend[]
-
backend
- Parameters:
i
- the index of the value to return- Returns:
- qr-searchers.customizedsearchers.backend[]
-
argument
- Returns:
- qr-searchers.customizedsearchers.argument[]
-
argument
- Parameters:
i
- the index of the value to return- Returns:
- qr-searchers.customizedsearchers.argument[]
-