Re: Creating Queries agnostic to Lucene Versions
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
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