File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,14 @@ that walks through upgrading an index to ELSER V2.
108108You can download and deploy ELSER either from **{ml-app}** > **Trained Models**,
109109from **Search** > **Indices**, or by using the Dev Console.
110110
111+ IMPORTANT: You can deploy the model multiple times by assigning a unique
112+ deployment ID when starting the deployment. It enables you to have dedicated
113+ deployments for different purposes, such as search and ingest. By doing so, you
114+ ensure that the search speed remains unaffected by ingest workloads, and vice
115+ versa. Having separate deployments for search and ingest mitigates performance
116+ issues resulting from interactions between the two, which can be hard to
117+ diagnose.
118+
111119
112120[discrete]
113121[[trained-model]]
You can’t perform that action at this time.
0 commit comments