Re: Did something change with Payloads?

2013-05-06 Thread hariistou
Hi, I realized that there was no mistake with the way Lucene writes postings/payloads. Rather, there is no flaw there. The problem may be with the way the scorePayload() is implemented. We need to use both payload.bytes, and payload.offset to compute the score. So, please ignore my previous mess

Re: Did something change with Payloads?

2013-04-25 Thread hariistou
Hi Jim, I faced almost the same issue with payloads recently, and thought I would rather write about it. Please see the link below (my blog). I hope it helps. http://hnagtech.wordpress.com/2013/04/19/using-payloads-with-solr-4-x/