Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/asciidocs/nest.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== NEST

A high level client that provides a strongly typed query DSL that maps one-to-one with the Elasitcsearch query DSL, and takes advantage of specific .NET features such as covariant results. NEST internally uses, and still exposes, the low level Elasticsearch.Net client.
A high level client that provides a strongly typed query DSL that maps one-to-one with the Elasticsearch query DSL, and takes advantage of specific .NET features such as covariant results. NEST internally uses, and still exposes, the low level Elasticsearch.Net client.

This page only provides a quick overview -- the full documentation can be found at http://nest.azurewebsites.net.

Expand Down