|
In Lucene 4 it's also harder to Serialize a Query: we have tests for this and they are failing since the migration to Lucene 4.
The test is
org.hibernate.search.test.engine.QuerySerializationTest
, needs to be enabled again after the implementation is fixed / worked around, or if we decide it's no longer needed we should delete the tests.
Disabling the test for now.
|