Re: solr relatedness weirdness on json facet function

2022-04-06 Thread Dan Rosher
Hi Michael, Here are the field and fieldType with a result snippet. I've checked the stopword list, and words like "a" or "be" are in it. I've also used the UI analysis to check that they indeed should be removed when indexed and queried. Many thanks, Dan *example results:* "facets": {

Re: Need help with DIH plugin SOLR

2022-04-06 Thread Neha Gupta
Ok Thanks a lot. I have one more question even with SOLR 8.11, the data import handler is coming but yes there is a message on GUI that it is deprecated and will be removed in the future version. Can we use that for indexing relational database as i am able to index a part of my data with th

Re: Need help with DIH plugin SOLR

2022-04-06 Thread Jan Høydahl
Hi, The upcoming 9.0 release does not have DIH. And it is unclear whether the plugin on github will be updated to work with 9.0, if it does, you may of course use it. But the common recommendation is to replace DIH with some other DB indexing tool outside of Solr. Either find some tool that sup

Solr 8.10.1 performance degradation vs Solr 6.6.1

2022-04-06 Thread Sergio García Maroto
Hi, I am in the process of upgrading Solr 6.6.1 to Solr 8.10.1. In general performance it´s almost the same or even a bit better when running performance load testing. There is a particular scenario where I see an important degradation. That´s when I boost results base on a function. I boost res

Re: Solr 8.10.1 performance degradation vs Solr 6.6.1

2022-04-06 Thread Sergio García Maroto
Forgot to mention. Solr 8 = 5 seconds Solr 6 = 1 second On Wed, 6 Apr 2022 at 14:58, Sergio García Maroto wrote: > Hi, > > I am in the process of upgrading Solr 6.6.1 to Solr 8.10.1. > In general performance it´s almost the same or even a bit better when > running performance load testing. >

Re: Solr 8.10.1 performance degradation vs Solr 6.6.1

2022-04-06 Thread Mike Drob
Can you try running with debug=query to see if the two are getting parsed differently? On Wed, Apr 6, 2022 at 8:26 AM Sergio García Maroto wrote: > Forgot to mention. > Solr 8 = 5 seconds > Solr 6 = 1 second > > On Wed, 6 Apr 2022 at 14:58, Sergio García Maroto > wrote: > > > Hi, > > > > I am

Re: Solr 8.10.1 performance degradation vs Solr 6.6.1

2022-04-06 Thread Sergio García Maroto
Thanks Mike. It seems like Solr 8 is using different parsing *Solr6* {!boost b=sum(scale(PeopleTotalSD,1,2),scale(AssignmentsTotalSD,1,2))}((CompanyTypeSFD:("Private Company") OR ((CompNameFreeTextS:(BASF ))^0.5 OR (CompAliasFreeTextS:(BASF ))^0.5) OR NationalitySFD:(Algeria) OR CompWebS:(http\:\

Re: solr relatedness weirdness on json facet function

2022-04-06 Thread Michael Gibney
I think the behavior you're seeing is a consequence of the fact that you're applying index-time stopword filtering *before* the tokens are further manipulated by WordDelimiterGraphFilter. E.g.: "the token-is-retained" => "the" "token-is" "retained" => "the" "token" "is" "retained" In the case abo

SolrCloud training recommendations

2022-04-06 Thread Tang, Rebecca
Hi there, We are looking for virtual customized SolrCloud training for our project. We are hoping to be able to meet with an instructor and discuss what topics should be covered and then proceed with a one- or two-days course over zoom. Does anyone know of any companies that offer that? Thank

Solr index merge metrics api

2022-04-06 Thread Wei
Hi, I am trying to check if there is solr index merge in progress. Referring to https://solr.apache.org/guide/8_4/metrics-reporting.html I use the API http://localhost:8983 /solr/admin/metrics?prefix=INDEX.merge but there is nothing reported in t

Fwd: Solr index merge metrics api

2022-04-06 Thread Wei
Hi, I am trying to check if there is solr index merge in progress. Referring to https://solr.apache.org/guide/8_4/metrics-reporting.html I use the API http://localhost:8983 /solr/admin/metrics?prefix=INDEX.merge but there is nothing reported in t

Re: Need help with DIH plugin SOLR

2022-04-06 Thread Dominique Bejean
Hi, I suggest to take a look at Apache Nifi ETL in order to replace DIH. It can read and write into Solr, Dominique Le mer. 6 avr. 2022 à 12:44, Jan Høydahl a écrit : > Hi, > > The upcoming 9.0 release does not have DIH. And it is unclear whether the > plugin on github will be updated to work

Re: SolrCloud training recommendations

2022-04-06 Thread Dwane Hall
Hey Rebecca when we were just beginning our Solr journey we undertook the entire sematext training suite (https://sematext.com/training/solr/). Rafal and Radu have a lot of experience with Solr and Elastic Search and we were extremely impressed with it and its value. We're in the southern hemisp

Re: SolrCloud training recommendations

2022-04-06 Thread Jan Høydahl
Hi, For a more complete overview, head to the Support wiki page at https://cwiki.apache.org/confluence/display/solr/Support . BTW - that list may be a bit out of date. Help vetting each entry and bringing the list up to date is highly a