Package com.yahoo.container
Class QrSearchersConfig.Com.Yahoo.Prelude
- java.lang.Object
-
- com.yahoo.config.Node
-
- com.yahoo.config.InnerNode
-
- com.yahoo.container.QrSearchersConfig.Com.Yahoo.Prelude
-
- Enclosing class:
- QrSearchersConfig.Com.Yahoo
public static final class QrSearchersConfig.Com.Yahoo.Prelude extends com.yahoo.config.InnerNode
This class represents qr-searchers.com.yahoo.prelude
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QrSearchersConfig.Com.Yahoo.Prelude.Builder
static class
QrSearchersConfig.Com.Yahoo.Prelude.Fastsearch
This class represents qr-searchers.com.yahoo.prelude.fastsearchstatic class
QrSearchersConfig.Com.Yahoo.Prelude.Querytransform
This class represents qr-searchers.com.yahoo.prelude.querytransformstatic class
QrSearchersConfig.Com.Yahoo.Prelude.Searcher
This class represents qr-searchers.com.yahoo.prelude.searcherstatic class
QrSearchersConfig.Com.Yahoo.Prelude.Statistics
This class represents qr-searchers.com.yahoo.prelude.statistics
-
Constructor Summary
Constructors Constructor Description Prelude(QrSearchersConfig.Com.Yahoo.Prelude.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QrSearchersConfig.Com.Yahoo.Prelude.Fastsearch
fastsearch()
QrSearchersConfig.Com.Yahoo.Prelude.Querytransform
querytransform()
QrSearchersConfig.Com.Yahoo.Prelude.Searcher
searcher()
QrSearchersConfig.Com.Yahoo.Prelude.Statistics
statistics()
-
-
-
Constructor Detail
-
Prelude
public Prelude(QrSearchersConfig.Com.Yahoo.Prelude.Builder builder)
-
-
Method Detail
-
searcher
public QrSearchersConfig.Com.Yahoo.Prelude.Searcher searcher()
- Returns:
- qr-searchers.com.yahoo.prelude.searcher
-
fastsearch
public QrSearchersConfig.Com.Yahoo.Prelude.Fastsearch fastsearch()
- Returns:
- qr-searchers.com.yahoo.prelude.fastsearch
-
querytransform
public QrSearchersConfig.Com.Yahoo.Prelude.Querytransform querytransform()
- Returns:
- qr-searchers.com.yahoo.prelude.querytransform
-
statistics
public QrSearchersConfig.Com.Yahoo.Prelude.Statistics statistics()
- Returns:
- qr-searchers.com.yahoo.prelude.statistics
-
-