Skip to content

BulkRequestDescriptor.Index method does not work anymore #8555

Closed
@gpetrou

Description

@gpetrou

Elastic.Clients.Elasticsearch version: 8.19.0-preview.2

Elasticsearch version: 8.18.1

.NET runtime version: 8

Operating system version:

Description of the problem including expected versus actual behavior:

Before, the following code was working just fine.

BulkRequestDescriptor descriptor = new();
descriptor.Index(indexName);

Now, the same code does not set the index correctly.

Steps to reproduce:

Expected behavior

Provide ConnectionSettings (if relevant):

Provide DebugInformation (if relevant):

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions