[ANNOUNCE] Apache Lucene 8.6.3 released

2020-10-08 Thread Jason Gerlowski
The Lucene PMC is pleased to announce the release of Apache Lucene 8.6.3. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. This

MultiFieldQueryParser on integer and string (8.6.0)

2020-10-08 Thread Stephane Passignat
Hi, I'm trying to index numeric, and then to query them using java api and lucene 8.6. I tried several numeric Field types, but I can't make it work. Can someone help me to store numeric in the datastore and then to query them ? ThanksStéphane Here is a simple JUnit test package test.data; import