You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Chetan Vora <ch...@gmail.com> on 2013/09/26 18:33:24 UTC

How to use NumericTermsRangeEnum from NumericRangeQuery

Hi all

I was trying to use the above enum to do some range search on dates... this
enum is returned by NumericRangeQuery.getTermsEnum() but I realized that
this is a protected method of the class and since this is a final class, I
can't see how I can use it. Maybe I'm missing something ?

Would appreciate any pointers.

Thanks