-
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.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 8com.yahoo.search.statistics.PeakQpsSearcher Will be removed on Vespa 8com.yahoo.search.statistics.TimingSearcher Will be removed on Vespa 8
-
Exceptions Exceptions Description com.yahoo.prelude.query.QueryException no methods throw this
-
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, ContainerThreadPool, CompiledQueryProfileRegistry, ContainerHttpConfig, Embedder, ExecutionFactory) com.yahoo.search.searchchain.Execution.Context(SearchChainRegistry, IndexFacts, SpecialTokenRegistry, RendererRegistry, Linguistics) pass an executorcom.yahoo.search.searchchain.ExecutionFactory(ChainsConfig, IndexInfoConfig, QrSearchersConfig, ComponentRegistry<Searcher>, SpecialtokensConfig, Linguistics, ComponentRegistry<Renderer>) pass the container threadpool