Excellent !!
Thanks for pointing me towards the ComplexPhraseQueryParser.
--Regards
Ba3
Ahmet Arslan wrote:
>
>
>> Can you please suggest me some pointers as to how a range
>> query combined with proximity be done.
>
> Your remedy is ComplexPhraseQueryParser that utilizes SpanQuery family.
>
> Can you please suggest me some pointers as to how a range
> query combined with proximity be done.
Your remedy is ComplexPhraseQueryParser that utilizes SpanQuery family.
https://issues.apache.org/jira/browse/LUCENE-1486
That accepts ranges, ORs, Wildcards inside Phrase queries.
Using this new