Skip to content

Commit 2f1ce22

Browse files
committed
fix #992 mention .Hits pre 1.0 was of different type
1 parent 56269e1 commit 2f1ce22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/contents/breaking-changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ When you do a search with NEST 0.12, you'd get back a `QueryResponse<T>` with tw
123123

124124
Starting from NEST 1.0 `.DocumentsWithMetaData` is now called simply `.Hits`.
125125

126+
The old `.Hits` has been renamed to `HitsMetaData`.
127+
126128
### int Properties
127129

128130
In quite a few places values that should have been `long` were mapped as `int` in NEST 0.12.0 which could be troublesome if you for instance have more than `2,147,483,647` matching documents. In my preperations for this release I helped port one of my former employees applications to Elasticsearch 1.1 and NEST 1.0 and found that this change had the most impact on the application and all of its models.

0 commit comments

Comments
 (0)