We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06bb8b commit 8384097Copy full SHA for 8384097
src/Nest/QueryDsl/Abstractions/Query/QueryBase.cs
@@ -10,6 +10,9 @@ public interface IQuery
10
/// For example, a query with a boost of 2 is twice as important as a query with a boost of 1,
11
/// although the actual boost value that is applied undergoes normalization and internal optimization.
12
/// </summary>
13
+ /// <remarks>
14
+ /// Setting a boost for an <see cref="ISpanOrQuery"/> query will throw a parsing exception on the server.
15
+ /// </remarks>
16
[DataMember(Name = "boost")]
17
double? Boost { get; set; }
18
0 commit comments