SE - "EXCEPTION": "Unable to check eq(...) because a null value was found",

2022-07-04 Thread Kojo
I cannot check equality against null in Solr 9.0. It always raise exception. IE: having( STREAM eq(any_valid_field, null)) "EXCEPTION": "Unable to check eq(...) because a null value was found" Does the statement below changed in Solr 9.0? Thanks! if Syntax

Re: Solr eats up all the memory

2022-07-04 Thread Dave
Also for $115 I can buy a terabyte of a Samsung ssd, which helps a lot. It comes to a point where money on hardware will outweigh money on engineering man power hours, and still come to the same conclusion. As much ram as your rack can take and as big and fast of a raid ssd drive it can take. Re

Re: solr basic authentication

2022-07-04 Thread Clemente Biondo
Hi Erir, I would be honored! Clemente On Mon, 4 Jul 2022 at 20:30, Eric Pugh wrote: > Would this be a useful addition to the solr admin? > > > > > On Jul 4, 2022, at 2:20 PM, Clemente Biondo > wrote: > > > > Hi, > > this open source online tool should cover your use case: > > > > https://github

Re: solr basic authentication

2022-07-04 Thread Eric Pugh
Would this be a useful addition to the solr admin? > On Jul 4, 2022, at 2:20 PM, Clemente Biondo wrote: > > Hi, > this open source online tool should cover your use case: > > https://github.com/clemente-biondo/clemente-biondo.github.io > > disclaimer: I am the author > Clemente > > > On

Re: solr basic authentication

2022-07-04 Thread Clemente Biondo
Hi, this open source online tool should cover your use case: https://github.com/clemente-biondo/clemente-biondo.github.io disclaimer: I am the author Clemente On Mon, 27 Jun 2022 at 09:07, Anchal Sharma2 wrote: > Hi All , > > Is there any standard tool for encrypting -decrypting the password

Re: Currency field type with payloads

2022-07-04 Thread Jan Høydahl
Can you let your backend modify the prices at query time through a FunctionQuery, e.g. mul(price_field,0.8)? Jan > 28. jun. 2022 kl. 18:58 skrev Geren White : > > Hello all, > > I'm wondering if anyone has run into a scenario where they need a currency > field type with conversion support but

Re: solr basic authentication

2022-07-04 Thread Jan Høydahl
Have a look at the Admin UI, which how have a Security tab from which you should be able to edit users. Jan > 27. jun. 2022 kl. 09:07 skrev Anchal Sharma2 : > > Hi All , > > Is there any standard tool for encrypting -decrypting the password present in > security.json ? > "credentials":{"solr"

Re: Solr 8.1.1 - OpenJDK 11

2022-07-04 Thread Paul Ryder
Thanks Shawn… will try it anyway… > On 4 Jul 2022, at 18:11, Shawn Heisey wrote: > > On 7/4/22 02:05, Paul Ryder wrote: >> Can anyone give me pointers to updating the jetty version on Solr 8.1.1? Is >> it just a case of overwriting the jetty jars in dist? > > If you upgrade all the jetty jars

Re: Solr eats up all the memory

2022-07-04 Thread Shawn Heisey
On 7/4/22 03:01, Mike wrote: My Solr index size is around 500GB and I have 64GB of RAM. Solr eats up all the memory and because of that PHP works very, very slowly. What can I do? Solr is a Java program.  A Java program will never directly use more memory than you specify for the max heap size

Re: Solr 8.1.1 - OpenJDK 11

2022-07-04 Thread Shawn Heisey
On 7/4/22 02:05, Paul Ryder wrote: Can anyone give me pointers to updating the jetty version on Solr 8.1.1? Is it just a case of overwriting the jetty jars in dist? If you upgrade all the jetty jars in all locations under the program server directory, that will update Jetty. But I need to c

Re: Solr eats up all the memory

2022-07-04 Thread naga pradeep dhulipalla
Can you please inscribe me from this mailing list? On Mon, Jul 4, 2022 at 7:28 PM David Hastings wrote: > in my experience, yes, solr should have its own hardware, and be allowed to > eat all of it. never give it more than 31gb of jvm heap, and give it as > much memory as possible. 64GB should

Re: Solr eats up all the memory

2022-07-04 Thread David Hastings
in my experience, yes, solr should have its own hardware, and be allowed to eat all of it. never give it more than 31gb of jvm heap, and give it as much memory as possible. 64GB should work fine but I can just go on amazon and buy another 128GB for less than $500, the more the better, less than $

Re: Data Import Handler problem in Solr 8

2022-07-04 Thread Mikhail Khludnev
Hello, Michal. I don't think so. I'd rather bark on clean=true. I suppose you can find a detailed answer in the log. On Mon, Jul 4, 2022 at 2:51 PM Michał Świątkowski wrote: > Hello All, > > I'm using Solr-8.11.1 in cloud mode with OpenJDK8. From Solr-8 I noticed > that full-update with option '

Data Import Handler problem in Solr 8

2022-07-04 Thread Michał Świątkowski
Hello All, I'm using Solr-8.11.1 in cloud mode with OpenJDK8. From Solr-8 I noticed that full-update with option 'optimize' (e.g. /dataimport?command=full-import&clean=true&commit=true&wt=json&*optimize=true*) removes all collection data and during the update collection is empty. Does anyone

Re: Solr eats up all the memory

2022-07-04 Thread Deepak Goel
I wonder if this would be helpful: https://solr.apache.org/guide/6_6/indexconfig-in-solrconfig.html https://solr.apache.org/guide/6_6/jvm-settings.html Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebo

Re: Solr eats up all the memory

2022-07-04 Thread Thomas Corthals
Hello Mike, If possible, run Solr on a separate machine. You're still going to need to spec it out and configure it to your needs, but at least your client code will keep running. Thomas Op ma 4 jul. 2022 11:01 schreef Mike : > Hello! > > My Solr index size is around 500GB and I have 64GB of RA

Solr eats up all the memory

2022-07-04 Thread Mike
Hello! My Solr index size is around 500GB and I have 64GB of RAM. Solr eats up all the memory and because of that PHP works very, very slowly. What can I do? Thanks Mike

RE: Solr 8.1.1 - OpenJDK 11

2022-07-04 Thread Paul Ryder
Another update on this... Just installed and tried Solr 8.8.2 (this is the latest version supported by Sitecore) All works fine with Java 11 and SSL So something has been updated between 8.1.1 and 8.8.2 that fixes the Java 11 SSL connectivity... I still suspect Jetty version - this is 9.4.34 i