Document Ids using the Suggester

I know that if you have a field called Id, then Elasticsearch will use that field as the Id of the document.

However, we want Elasticsearch to create the Ids for us.

We are using the Suggester and we need to access the Id of each document that is returned.

With the NEST API, there is a property called Nest.Id, however, it is an object and does not have any public properties for us to use in order to get the actual value it represents.

Is there any way we can get this Id value from the Nest.Id object.

Many thanks

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