Hello, I am looking for a way to search for a token appearing after another and retrieve tehir positions.
ex: T1 (...)* T2 I know the SpanTermQuery is doing similar when using the slop parameter, but I do not want to limit the distance between T1 and T2. Does anybody have an idea how to solve that problem? Thanks in advance Sébastien