diff --git a/src/Nest/Search/Search/SearchResponse.cs b/src/Nest/Search/Search/SearchResponse.cs index d24b5ee9d84..e63eef7c9a8 100644 --- a/src/Nest/Search/Search/SearchResponse.cs +++ b/src/Nest/Search/Search/SearchResponse.cs @@ -105,6 +105,7 @@ public class SearchResponse : ResponseBase, ISearchResponse 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")] /// /// IDictionary of id -Highlight Collection for the document ///