Hello!

I want to perform search queries like this one:
word:"dog" \1 word:"runs" (\3 \10) word:"cat"

It is thus something like SpanNearQuery, but with two boundaries - minimum and 
maximum distance between the terms (which in the \1-case would be equal).
Syntax (as above, fictional:) itself doesn't matter, I just want to know if one 
is able to build this type of query based on existing (Lucene 4.0.0) query 
classes. 

-- 
Best Regards,
Igor Shalyminov

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to