Re: Regarding the Lucene Proximity Search
Hi, If you are writing your queries programmatically, (without using a query parser), nested proximity is possible with SpanQuery family. Actually there exists surround query parser for this. Please see o.a.lucene.queryparser.surround.parser.QueryParser Proximity search uses position informati
Regarding the Lucene Proximity Search
Hi I want to know how the proximity search in lucene works? Does lucene supports the nested proximity search? Thanks Lokesh