Re: Getting payloads for matching term in search result

2012-05-14 Thread s . hermann
Hello, On 05/14/2012 10:33 PM, Mikhail Khludnev wrote: It's not really out-of-the-box, but not a big deal http://www.lucidimagination.com/blog/2010/04/18/refresh-getting-started-with-payloads/ yeah I know, but I do not know where to put/plugin the code on solrs server side. For testing purpo

Re: Getting payloads for matching term in search result

2012-05-14 Thread Mikhail Khludnev
It's not really out-of-the-box, but not a big deal http://www.lucidimagination.com/blog/2010/04/18/refresh-getting-started-with-payloads/ On Mon, May 14, 2012 at 5:13 PM, wrote: > Good day > > currently I have a field defined as can be seen below: > > class="solr.TextField"> > > > d

Re: Getting payloads for matching term in search result

2012-05-14 Thread Jack Krupansky
The "stored" value of your payload field does in fact have the original payload value, albeit formatted as you have shown. Is that not sufficient? There doesn't appear to be any Solr support for returning term payload directly. I see a Jira issue for adding query support, but I don’t see a Ji