Skip to content

Commit 1aa18c3

Browse files
committed
Highlight that documentation is old and link to in progress documentation for 2.x
1 parent 6876218 commit 1aa18c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ var tweet = response.Source; // the original document
119119

120120
### Searching for documents
121121

122-
NEST exposes a fluent interface and a [powerful query DSL](http://nest.azurewebsites.net/concepts/writing-queries.html)
122+
NEST exposes a fluent interface and a [powerful query DSL](http://nest.azurewebsites.net/concepts/writing-queries.html) (NOTE: this documentation is for NEST 1.x - [documentation for 2.x is in progress](https://github.com/elastic/elasticsearch-net/tree/feature/documentation/docs/asciidoc))
123123

124124
```csharp
125125
var response = client.Search<Tweet>(s => s
@@ -168,8 +168,8 @@ var response = client.LowLevel.SearchPost("myindex","elasticsearchprojects", new
168168
});
169169
```
170170

171-
#### [Read the full documentation here](http://nest.azurewebsites.net/)
172-
(The documentation is terribly out of date at the moment, but we're in the process of [completely revamping them](https://github.com/elastic/elasticsearch-net/tree/master/docs/contents/new). Please bare with us during the transition.)
171+
#### [Read the full documentation here](http://nest.azurewebsites.net/)
172+
**(The documentation is terribly out of date at the moment, but we're in the process of [completely revamping them](https://github.com/elastic/elasticsearch-net/tree/feature/documentation/docs/asciidoc). Please bare with us during the transition.)**
173173

174174
#[Elasticsearch.Net](src/Elasticsearch.Net)
175175

0 commit comments

Comments
 (0)