Re: About custom score using Solr8/Lucene8

2020-07-02 Thread Vincenzo D'Amore
Hi Mikhail, I was just trying to understand how to extend DoubleValuesSource class, now I'm looking around to find an inspiring example... On Thu, Jul 2, 2020 at 12:55 PM Mikhail Khludnev wrote: > Hi, Vincenzo. > > Have you tried to implement DoubleValuesSource ? > > On Thu, Jul 2, 2020 at 9:58

Re: About custom score using Solr8/Lucene8

2020-07-02 Thread Vincenzo D'Amore
On Thu, Jul 2, 2020 at 10:32 AM Diego Ceccarelli (BLOOMBERG/ LONDON) < dceccarel...@bloomberg.net> wrote: > Vincenzo, are you talking about > https://lucene.apache.org/core/7_4_0/queries/org/apache/lucene/queries/CustomScoreQuery.html > ? > > Yep. I was just trying to figure it out how to port a c

Re: About custom score using Solr8/Lucene8

2020-07-02 Thread Mikhail Khludnev
Hi, Vincenzo. Have you tried to implement DoubleValuesSource ? On Thu, Jul 2, 2020 at 9:58 AM Vincenzo D'Amore wrote: > Again, @Federico Pici or anybody, did you figure out how to > port CustomScoreQuery in Solr8? > > On Tue, Jul 23, 2019 at 1:05 AM Xiaofei wrote: > > > @Federico Pici, did you

Re: About custom score using Solr8/Lucene8

2020-07-02 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
Vincenzo, are you talking about https://lucene.apache.org/core/7_4_0/queries/org/apache/lucene/queries/CustomScoreQuery.html ? can you plug it in using a QueryParserPlugin? From: java-user@lucene.apache.org At: 07/02/20 07:58:06To: java-user@lucene.apache.org Subject: Re: About custom scor