Re: Creating Queries agnostic to Lucene Versions

2016-10-17 Thread Rajnish kamboj
Any thought on the below question? On Friday 14 October 2016, Rajnish Kamboj wrote: > Hi > > How can I make my Lucene queries agnostic to Lucene Versions? > > e.g. NumericRangeQuery in 5.3.1 is LegacyNumericRangeQuery in 6.0.0 > (NumericRangeQuery is completely removed) > > > > -- > Rajnish >

Creating Queries agnostic to Lucene Versions

2016-10-14 Thread Rajnish Kamboj
Hi How can I make my Lucene queries agnostic to Lucene Versions? e.g. NumericRangeQuery in 5.3.1 is LegacyNumericRangeQuery in 6.0.0 (NumericRangeQuery is completely removed) -- Rajnish