Use Case: Is it possible to perform a proximity search using phrases for example: "phrase 1" within 10 words of "phrase 2"
SOLR Version: 8.4.1 Query using: "(\"word1 word2\"(\"word3 word4\")"~10 While this returns results seems to be evaluating the words with each other, word1 and word2, word1 and word3, word2 and word3, rather than phrase1 and phrase2. Are stop words removed when querying, I assume yes. ? Thanks in advance Mark