mapping and tuning payloads in Solr 8

2020-02-12 Thread Burgmans, Tom
Hi all, In our Solr 6 setup we use string payloads to boost certain tokens (URIs). These strings are mapped to floats via a schema parameter "PayloadMapping", which can be read out in our custom WKSimilarity class (extending TFIDFSimilarity).

Re: How to use Payloads with Solr?

2010-03-29 Thread Grant Ingersoll
in JIRA by Erik Hatcher. Can anybody tell me more about how to use payloads with Solr? For all the others, who want to learn some basic-information about payloads, I would suggest to read this article from Grant Ingersoll: http://www.lucidimagination.com/blog/2009/08/05/getting-started

How to use Payloads with Solr?

2010-03-27 Thread MitchK
the payloads by setting there scoring-factor in the schema.xml (of course this will need some more extra-modifications). Can anybody tell me more about how to use payloads with Solr? For all the others, who want to learn some basic-information about payloads, I would suggest to read this article

Re: Payloads in Solr

2008-04-09 Thread pgwillia
this message in context: http://www.nabble.com/Payloads-in-Solr-tp13812560p16599300.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Payloads in Solr

2007-11-19 Thread Grant Ingersoll
On Nov 18, 2007, at 11:09 PM, Yonik Seeley wrote: I'm also wondering how others have accomplished this. Grant Ingersoll noted that one of the original use cases was XPath queries so I'm particularly interested in finding out if anyone has implemented that, and how. Me too. Any

Re: Payloads in Solr

2007-11-19 Thread Tricia Williams
Yonik Seeley wrote: http://www.nabble.com/Payload-API-tf4828837.html#a13815548 http://www.nabble.com/new-Token-API-tf4828894.html#a13815702 Thanks for these links. I didn't even realize you had started these conversations. Thank you! Tricia

Re: Payloads in Solr

2007-11-18 Thread Tricia Williams
Thanks for your comments, Yonik! All for it... depending on what one means by payload functionality of course. We should probably hold off on adding a new lucene version to Solr until the Payload API has stabilized (it will most likely be changing very soon). It sounds like Lucene 2.3 is

Payloads in Solr

2007-11-17 Thread Tricia Williams
Hi All, I was wondering how Solr people feel about the inclusion of Payload functionality in the Solr codebase? From a recent message to the [EMAIL PROTECTED] mailing list: I'm working on the issue https://issues.apache.org/jira/browse/SOLR-380 which is a feature request that allows

Re: Payloads in Solr

2007-11-17 Thread Yonik Seeley
On Nov 17, 2007 2:18 PM, Tricia Williams [EMAIL PROTECTED] wrote: I was wondering how Solr people feel about the inclusion of Payload functionality in the Solr codebase? All for it... depending on what one means by payload functionality of course. We should probably hold off on adding a new