Phrase prefix search

hi,

Now I am using elasticsearch6.2 with kuromoji tokenizer.
In my application, elasticsearch result is different for same keywords.
My search conditions are,

  1. "keyword1 keyword2"
  2. "keyword1 AND keyword2"

Search type is phrase_prefix.
Default operator is AND

How can i get the same result for search condition 1&2 and also I need partial search?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.