By jsugrue
via java.dzone.com
Published: Aug 02 2012 / 08:08
As of 4.0 Lucene has switched to a new pluggable codec architecture, giving the application full control over the on-disk format of all index files. We have a nice collection of builtin codec components, and developers can create their own such as this recent example using a Redis back-end to hold updatable fields.
Add your comment