Package com.yahoo.prelude.fastsearch
Class ClusterParams
- java.lang.Object
-
- com.yahoo.prelude.fastsearch.ClusterParams
-
public class ClusterParams extends Object
Helper class for carrying around cluster-related config parameters to the FastSearcher class.- Author:
- arnej27959
-
-
Field Summary
Fields Modifier and Type Field Description String
searcherName
-
Constructor Summary
Constructors Constructor Description ClusterParams(String name)
Make up full ClusterParams
-