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
Revert AnalyzeRequest body properties to deprecated names
char_filters and filters are deprecated in 2.4.0+ and it is recommended to use char_filter and filter. However, NEST 2.x needs to support all Elasticsearch 2.x versions, which throw an exception with the new names. Therefore use the deprecated names in the body of an analyze request
0 commit comments