Re: Solr Windows Service / Running solr in the background

2021-09-02 Thread Charlie Hull
I've seen clients use NSSM before for running Solr as a service on Windows. Best Charlie On 02/09/2021 04:07, Reej M wrote: Hi All, For now we are running solr cloud starting it from the command prompt as below from the 2 servers for starting the 2 nodes Server 1 & Server 2 bin\solr start -

Re: Having problem with implicit field "_root_"

2021-09-02 Thread David Smiley
It appears you are not using child documents, thus you should not define _root_. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Tue, Aug 31, 2021 at 4:30 PM Ed Yu wrote: > We have a solr setup from a very old version (1.4) and we are upgrading it

Re: How to get rid of this Warning "WARN (qtp1533985074-57) [ ] o.a.h.s.a.u.KerberosName auth_to_local rule mechanism not set.Using default of hadoop"

2021-09-02 Thread jrballesteros05
Hello again, firstable, thanks to Chriss and Shawn for your replies. I opened the jira ticket: https://issues.apache.org/jira/browse/SOLR-15617 At the moment I disabled the warning in the log4j2.xml  Thanks for everything. Sep 2, 2021, 00:21 by hossman_luc...@fucit.org: > > : Everything is

Heatmap nested faceting (or similar result)

2021-09-02 Thread nicolas n
Hello everyone ! I would like to be able to produce a heatmap based on something else than the total count of index in each cell, like the example below (get an heatmap with average population age instead of juste population count for each cell) : Query : { "avg_age_heatmap": { "typ

Re: Solr Windows Service / Running solr in the background

2021-09-02 Thread Alexandre Rafalovitch
This is absolutely ancient but maybe there is at least a nugget of usefulness in it: https://www.outerthoughts.com/2013/07/setting-up-apache-solr-on-windows-as-a-service/ Regards, Alex On Wed., Sep. 1, 2021, 11:07 p.m. Reej M, wrote: > Hi All, > > For now we are running solr cloud starting

Re: Permission to edit wiki page on confluence

2021-09-02 Thread Samuel Dupuis
Hi, I am writing here to ask for permission to edit the Solr wiki pages on confluence. I want to add our company on the support page( https://cwiki.apache.org/confluence/display/SOLR/Support) as we currently offer Solr support. If I understand correctly, I need to provide my username here for inclu

Slow GC causing high heap usage

2021-09-02 Thread Dominic Humphries
We're trying to upgrade from 8.3.1 to 8.8.1 but my pre-release testing has shown us some performance issues. Examination of the GC log shows that the possible cause may be here: 8.3.1 graphs: https://imgur.com/a/ZM9wdob 8.8.1 graphs: https://imgur.com/a/UzMinwJ The test cycle here is 2 mins with

Re: Slow GC causing high heap usage

2021-09-02 Thread Shawn Heisey
On 9/2/2021 9:28 AM, Dominic Humphries wrote: We're trying to upgrade from 8.3.1 to 8.8.1 but my pre-release testing has shown us some performance issues. Examination of the GC log shows that the possible cause may be here: 8.3.1 graphs: https://imgur.com/a/ZM9wdob 8.8.1 graphs: https://imgur.co

Re: Solr Windows Service / Running solr in the background

2021-09-02 Thread dmitri maziuk
On 2021-09-01 10:07 PM, Reej M wrote: Any one has tried any options for starting solr cloud as windows service, do share your thoughts. NSSM here too Dima

Re: Slow GC causing high heap usage

2021-09-02 Thread Walter Underwood
What are your JVM settings (heap and GC)? wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Sep 2, 2021, at 8:28 AM, Dominic Humphries > wrote: > > We're trying to upgrade from 8.3.1 to 8.8.1 but my pre-release testing has > shown us some performance