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
t I don’t see a Jira for returning the payload(s) for matched terms. -- Jack Krupansky -Original Message- From: s.herm...@uni-jena.de Sent: Monday, May 14, 2012 9:13 AM To: solr-user@lucene.apache.org Subject: Getting payloads for matching term in search result Good day currently

Getting payloads for matching term in search result

2012-05-14 Thread s . hermann
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 i