| Currently the phrase query support of Hibernate Search might generate a MultiPhraseQuery if your analyzer returns several words for a given position (typically with synonyms). This is not supported by the Elasticsearch backend and should probably not be supported as we need to remove the analyzer part in this case and let Elasticsearch do the analyze thing. Just wanted to log this issue somewhere so we can be sure it gets tackled before the release. |