0
{
  "query": {
    "bool": {
      "or": [
         {"match_phrase": {"text":  "first phrase"}},
         {"match_phrase": {"text":  "second phrase"}}
      ]
    }
 }
}

入力したとおりのフレーズの 1 つを含むすべてのドキュメントを照合したいと考えています。

4

1 に答える 1