|
As part of the faceting engine rewrite, we need to serialize org.apache.lucene.index.DocValues. This will also later be required for other things, since in the near feature Lucene's FieldCache API will be removed.
At the same time we can remove the native Java serialization module, since it is not up to date and the value of having this serialization protocol implementation is minimal.
|