-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hi!
I tried the new Multi Term Vector query. But when I add a lot of (1000) ids to the Ids parameter. I get an error:
An unhandled exception of type 'Elasticsearch.Net.Exceptions.MaxRetryException' occurred in Elasticsearch.Net.dll
Additional information: Unable to perform request: 'POST ' on any of the nodes after retrying 0 times.
on the Transport.cs - line: 259
The request looks like:
var mtvResul = client.MultiTermVectors(mtv => mtv
.Fields(bd => bd.BlockText)
.Ids(ids.ToArray())
);
Where ids is a List with 1000 elements.
Am I doing somehing wrong?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels