Getting payloads for matching term in search result
Good day currently I have a field defined as can be seen below: Basically the content for that field has the following form: "Wiedersehn|x1062y1755 macht|x1340y1758 Freude|x1502y1758" where the stuff after the pipe is the payload data (some coordinates). What I want is to get that payload data at query time. E.g. I search for "macht" and in the result document from solr there will be the payload data "x1340y1758". Is there a way out of the box with solr. I have done this in plain lucene once with the TermPositions, so I know it might be possible to adopt this to solr. Silvio
Re: Getting payloads for matching term in search result
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 purposes I have done that already with lucene directly so I thought there must be a way with solr aswell. Regards, Silvio