Use Case: Is it possible to perform a proximity search using phrases for
example: "phrase 1" with 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.
Are stop words removed w
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