Package com.yahoo.container
Class QrSearchersConfig.Searchcluster.Indexingmode
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<QrSearchersConfig.Searchcluster.Indexingmode.Enum>
com.yahoo.container.QrSearchersConfig.Searchcluster.Indexingmode
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- QrSearchersConfig.Searchcluster
public static final class QrSearchersConfig.Searchcluster.Indexingmode
extends com.yahoo.config.EnumNode<QrSearchersConfig.Searchcluster.Indexingmode.Enum>
This class represents qr-searchers.searchcluster[].indexingmode
Indexing mode of search cluster.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QrSearchersConfig.Searchcluster.Indexingmode.Enum
static final QrSearchersConfig.Searchcluster.Indexingmode.Enum
Fields inherited from class com.yahoo.config.LeafNode
initialized, value
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class com.yahoo.config.EnumNode
getValue, toString
Methods inherited from class com.yahoo.config.LeafNode
clone, equals, hashCode, setValue, value
Methods inherited from class com.yahoo.config.Node
postInitialize
-
Field Details
-
REALTIME
-
STREAMING
-
-
Constructor Details
-
Indexingmode
public Indexingmode() -
Indexingmode
-
-
Method Details
-
doSetValue
- Specified by:
doSetValue
in classcom.yahoo.config.LeafNode<QrSearchersConfig.Searchcluster.Indexingmode.Enum>
-