Home > Back-end >  Elasticsearch query! Help!
Elasticsearch query! Help!

Time:05-26

Elasticsearch, how to query the id field data with the number 6 "+", so how to check?

For example:
{
"_id" : "a + b + c + d + e",
"Name" : "* * *
"}

CodePudding user response:

To select "+" in the id number appears 6 times of data
  • Related