Re: Searching for DateRangeField in Lucene 5.0.0

2015-02-25 Thread david.w.smi...@gmail.com
Yeah, Uwe has it basically right. I was on vacation when the release notes were developed and missed the opportunity to review them before they were published. This bullet references “DateRangeField” but that’s the Solr side of this feature. The Lucene side is the combination of NumberRangePrefi

RE: Searching for DateRangeField in Lucene 5.0.0

2015-02-25 Thread Uwe Schindler
; From: Torsten Krah [mailto:krah...@gmail.com] > Sent: Wednesday, February 25, 2015 10:55 AM > To: java-user@lucene.apache.org > Subject: Searching for DateRangeField in Lucene 5.0.0 > > Hi, > > reading the release notes from here: > > https://wiki.apache.org/lucene-ja

Searching for DateRangeField in Lucene 5.0.0

2015-02-25 Thread Torsten Krah
Hi, reading the release notes from here: https://wiki.apache.org/lucene-java/ReleaseNote50 its written that Lucene got a new DateRangeField: * New DateRangeField type enables Indexing and searching of date ranges, particularly multi-valued ones. However - in which package is this field? Search