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.
1 parent 155e2c5 commit 8fce6adCopy full SHA for 8fce6ad
src/Nest/Aggregations/AggregateJsonConverter.cs
@@ -86,8 +86,8 @@ static AggregateJsonConverter()
86
UsingReservedAggNameFormat =
87
"'{0}' is one of the reserved aggregation keywords"
88
+ " we use a heuristics based response parser and using these reserved keywords"
89
- + " could throw its heuritics off course. We are working on a solution in elasticsearch itself to make"
90
- + " the response parsable. For now these are all the reserved keywords: "
+ + " could throw its heuristics off course. We are working on a solution in elasticsearch itself to make"
+ + " the response parseable. For now these are all the reserved keywords: "
91
+ allKeys;
92
}
93
0 commit comments