Re: SortField is not serializable
Lucene 4 does not support serialization. On Wed, Aug 7, 2013 at 4:52 AM, Yonghui Zhao wrote: > 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 &g
SortField is not serializable
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?