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
1 change: 1 addition & 0 deletions src/Nest/Search/Search/SearchResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public class SearchResponse<T> : ResponseBase, ISearchResponse<T> where T : clas


private HighlightDocumentDictionary _highlights = null;
[Obsolete("This highlights by document id dictionary is the wrong abstraction in cases search can yield the same ids, scheduled for removal in 5.0 see #2168")]
/// <summary>
/// IDictionary of id -Highlight Collection for the document
/// </summary>
Expand Down