You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Nest/QueryDsl/FullText/Match/MatchQuery.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public interface IMatchQuery : IFieldNameQuery
32
32
/// or all of the low frequency terms in the case of an <see cref="Nest.Operator.And" /> match.
33
33
/// </summary>
34
34
[DataMember(Name="cutoff_frequency")]
35
-
[Obsolete("Deprecated in 7.3.0. This option can be omitted since MatchQuery can skips blocks of documents efficiently if the total number of hits is not tracked.")]
35
+
[Obsolete("Deprecated in 7.3.0. This option can be omitted since MatchQuery can skip blocks of documents efficiently if the total number of hits is not tracked.")]
36
36
double?CutoffFrequency{get;set;}
37
37
38
38
/// <summary>
@@ -118,7 +118,7 @@ public class MatchQuery : FieldNameQueryBase, IMatchQuery
[Obsolete("Deprecated in 7.3.0. This option can be omitted since MatchQuery can skips blocks of documents efficiently if the total number of hits is not tracked.")]
121
+
[Obsolete("Deprecated in 7.3.0. This option can be omitted since MatchQuery can skip blocks of documents efficiently if the total number of hits is not tracked.")]
122
122
publicdouble?CutoffFrequency{get;set;}
123
123
124
124
/// <inheritdoc />
@@ -168,7 +168,7 @@ public class MatchQueryDescriptor<T>
[Obsolete("Deprecated in 7.3.0. This option can be omitted since MatchQuery can skips blocks of documents efficiently if the total number of hits is not tracked.")]
171
+
[Obsolete("Deprecated in 7.3.0. This option can be omitted since MatchQuery can skip blocks of documents efficiently if the total number of hits is not tracked.")]
[Obsolete("Deprecated in 7.3.0. This option can be omitted since MatchQuery can skips blocks of documents efficiently if the total number of hits is not tracked.")]
201
+
[Obsolete("Deprecated in 7.3.0. This option can be omitted since MatchQuery can skip blocks of documents efficiently if the total number of hits is not tracked.")]
0 commit comments