Re: Custom Relevancy Using Field Payloads

2013-11-29 Thread Furkan KAMACI
Thanks for the answer. I've implemented to score documents by their payload value. I've implemented a custom PayloadQParserPlugin that extends QParserPlugin as like yours. However I use edismax at my application and at this way I can not use edismax spesific things. I should make it extend edismax

Re: Custom Relevancy Using Field Payloads

2013-11-29 Thread Erik Hatcher
I think what you want is a PayloadTermQuery in the mix. There's some initial stuff here: https://issues.apache.org/jira/browse/SOLR-1485 Erik On Nov 27, 2013, at 12:55 PM, Furkan KAMACI wrote: > Hi; > > I've asked same question at Solr mail list but could not get any answer. I > have

Custom Relevancy Using Field Payloads

2013-11-27 Thread Furkan KAMACI
Hi; I've asked same question at Solr mail list but could not get any answer. I have a payload field at my schema (Solr 4.5.1) When a user searches for a keyword I will calculate the usual score and "if" a match occurs at that payload field I will add payload to the general score (payload * normali