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
Change match_only_text's value fetcher to use SortedBinaryDocValues instead of interacting with doc values api directly. (elastic#130845)
This way, via field data abstraction, the right doc values type is used, and the right conversions happen. Values of all field types will get converted to strings.
0 commit comments