Using the .NET Client

edit

The sections below provide tutorials on the most frequently used and some less obvious features of Elasticsearch.

For a full reference, see the Elasticsearch documentation and in particular the REST APIs section. The Elasticsearch .NET Client follows closely the JSON structures described there.

A .NET API reference documentation for the Elasticsearch client package is available here.

If you’re new to Elasticsearch, make sure also to read Elasticsearch’s quick start that provides a good introduction.

This is still a work in progress, more sections will be added in the near future.