Skip to content

mtermvector query with lots of ids #648

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions