In lucene 4.3, SortField is not serializable now. When I try to serialize a request which has SortField, java.io.NotSerializableException: org.apache.lucene.search.SortField exception is thrown out.
Any work around?
In lucene 4.3, SortField is not serializable now. When I try to serialize a request which has SortField, java.io.NotSerializableException: org.apache.lucene.search.SortField exception is thrown out.
Any work around?