Index analyzer concatenate tokens

2021-01-29 Thread Florin Babes
Hello, I'm trying to index the following token with payload "winter tires|1.4" as an exact match but also I want to apply hunspell lemmer to this token and keep both the original and the lemma. So after all that I want to have the following tokens: "winter tires" with payload 1.4 "winter tire" with

Re: Possible bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-06 Thread Florin Babes
ause of the following changes: https://issues.apache.org/jira/browse/SOLR-14364 as they're the only major changes related to LTR which were introduced in Solr 8.6.0. I've created a Solr JIRA bug/issue ticket here: https://issues.apache.org/jira/browse/SOLR-15071 Thank you for your help! În

Possible bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-04 Thread Florin Babes
er.scoreFeatures(LTRRescorer.java:183) at org.apache.solr.ltr.LTRRescorer.rescore(LTRRescorer.java:122) at org.apache.solr.search.ReRankCollector.topDocs(ReRankCollector.java:119) We've searched the mailings lists and issues tracker and we didn't find any bug opened. Could you please give us a hint of what we can do to fix this? Thanks, Florin Babes

Re: Index download speed while replicating is fixed at 5.1 in replication.html

2020-06-16 Thread Florin Babes
Hello, The patch is to fix the display. It doesn't configure or limit the speed :) În mar., 16 iun. 2020 la 14:26, Shawn Heisey a scris: > On 6/14/2020 12:06 AM, Florin Babes wrote: > > While checking ways to optimize the speed of replication I've noticed > that > >

Index download speed while replicating is fixed at 5.1 in replication.html

2020-06-13 Thread Florin Babes
Hello, While checking ways to optimize the speed of replication I've noticed that the index download speed is fixed at 5.1 in replication.html. There is a reason for that? If not, I would like to submit a patch with the fix. We are using solr 8.3.1. Thanks, Florin Babes