-
Classes Class Description com.yahoo.prelude.query.parser.AdvancedParser YQL should be used for formal queriescom.yahoo.search.federation.CommonFields do not usecom.yahoo.search.querytransform.QueryTreeUtil use QueryTree.and instead // TODO: Remove on Vespa 8
-
Fields Field Description com.yahoo.search.yql.yqlplusLexer.tokenNames UseyqlplusLexer.VOCABULARY
instead.com.yahoo.search.yql.yqlplusParser.tokenNames UseyqlplusParser.VOCABULARY
instead.
-
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.