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: Payloads in Solr

2008-04-09 Thread pgwillia
ld reduce the amount of total bytes that I need to store. Any ideas? Tricia -- View 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 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-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 clarif

Re: Payloads in Solr

2007-11-18 Thread Yonik Seeley
On Nov 18, 2007 2:25 PM, Tricia Williams <[EMAIL PROTECTED]> wrote: > 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 stabil

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 go

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

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