Elasticsearch cannot query Chinese fields through Java API. Why:
When Chinese is segmented by the standard word splitter, it is natural that a complete field name cannot be queried
solve:
Add after the name parameter in the query method Keyword tells the program that this is a complete word and cannot be split
Give me a big close-up