Re: SortField is not serializable

2013-08-07 Thread Robert Muir
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

2013-08-07 Thread Yonghui Zhao
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?