16 March 2019, Apache Lucene⢠8.1.0 available
The Lucene PMC is pleased to announce the release of Apache Lucene 8.1.0.
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
We have lots of nice QueryParsers, but do we have any Query
serializers that produce strings that can then be reliably parsed back
to the original query?
I thought maybe XML parser would do this since it seems to aim to be
all things, but I couldn't find a Query->XML method in a cursory
glance. If