Skip to content

Firstly this is not an issue, but I am unable to get a proper documentation on CreateIndex in NEST 2.0.4 #1932

Closed
@cmrhemalatha

Description

@cmrhemalatha

Team,

Please do help me out, My world was simpler when I had a json with my full index inside it.
I had to read the file , check if the index exists , if existed, delete it and create a new one in C# and I had uses NEST 1.7.1.

string jsonfile= System.IO.File.ReadAllText(jsonfilepath);
ESClient.Raw.IndicesCreatePost("myindex, filetext);

Post installing NEST 2.0.4, with my limited documentation available, could you please let me know, how do I just create an index.

I know it sounds like a trivial thing for you, but I just dont seem to get any concrete examples.

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