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
4 changes: 2 additions & 2 deletions docs/usage/examples.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ include::{doc-tests-src}/Usage/CrudExamplesTests.cs[tag=search-tweet-fluent]
<1> The generic type argument specifies the `Tweet` class, which is used when
deserialising the hits from the response.
<2> The index can be omitted if a `DefaultIndex` has been configured on
`ElasticsearchClientSettings``, or a specific index was configured when mapping
`ElasticsearchClientSettings`, or a specific index was configured when mapping
this type.
<3> Execute a term query against the `user` field, searching for tweets authored
by the user 'stevejgordon'.
Expand Down Expand Up @@ -119,4 +119,4 @@ Documents can be deleted by providing the ID of the document to remove.
[source,csharp]
----
include::{doc-tests-src}/Usage/CrudExamplesTests.cs[tag=delete-tweet]
----
----