-
For Removal Element Description com.yahoo.prelude.hitfield.JSONString.getParsedJSON() UseJSONString.getContent()
instead and parse content yourselfcom.yahoo.prelude.hitfield.JSONString.setParsedJSON(Object)
-
Classes Class Description com.yahoo.search.federation.CommonFields do not use
-
Exceptions Exceptions Description com.yahoo.prelude.query.QueryException no methods throw this
-
Constructors Constructor Description com.yahoo.prelude.IndexModel(Map<String, List<String>>, Map<String, SearchDefinition>, SearchDefinition) use the constructor without the third parametercom.yahoo.search.cluster.ClusterMonitor(NodeManager<T>) It is not advised to start the monitoring thread in the constructor. Use ClusterMonitor(NodeManager manager, false) and explicit start().com.yahoo.search.handler.SearchHandler(Statistics, Metric, Executor, AccessLog, QueryProfilesConfig, ContainerHttpConfig, ExecutionFactory) Use the @Inject annotated constructor instead.