We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9149158 + 5236728 commit 2b9f56fCopy full SHA for 2b9f56f
src/Nest/DSL/Filter/FilterDescriptor.cs
@@ -57,7 +57,7 @@ public FilterContainer Conditionless(Action<ConditionlessFilterDescriptor<T>> se
57
return (filter.FilterDescriptor == null || filter.FilterDescriptor.IsConditionless) ? filter._Fallback : filter.FilterDescriptor;
58
}
59
60
- internal FilterContainer Raw(string rawJson)
+ public FilterContainer Raw(string rawJson)
61
{
62
var f = new FilterDescriptor<T>();
63
f.Self.IsStrict = Self.IsStrict;
0 commit comments