How to keep separate documents for each client

Hi, I am using c# Nest to work with Elasticsearch

As per my requirement I require to keep the documents separate for every client
So I require to specify the path while creating and searching index.

I get exception of bad request when try to create index and using "/"
to specify directory client.CreateIndex(c => c
.Index("client1\myindexname") as "/" is not supported in index name

Please suggest

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.