Dear all, Is there a way to construct (spans?) a phrase search like the following: the quick brown * jumps over the * * where * = any word but exactly 1 word
I introduced these *’s at a specific position, so a PhraseQuery with slop of 2 is just not good enough and the two *’s at the end must be matched as well. Is there such a thing as a Term or BytesRef that always matches everything? Thanks, Jeroen