Re: 500 Error when attempting to post (Solr 9.7, MacOS 15.0.1)

2024-10-23 Thread Ivo Janssen
Christon, thank you for verifying it occurs for you as well. You're right that changing the line has no effect, I must have made a mistake testing it before and after, apologies! After reading a bit about the Java Security Manager it seems like "-" is the correct wildcard to set permissions recur

Re: Solr indexing errors trying to index a dense vector

2024-10-23 Thread Arun Sudhir
Thanks Chris! Great tip that! On Tue, Oct 22, 2024, 11:15 AM Guillaume wrote: > Excellent ! > Thanks ! > > Le mar. 22 oct. 2024 à 20:10, Chris Hostetter a > écrit : > > > > > : Thanks!. That worked. I also wanted to still keep the deduping > mechanism > > : for everything except the knn vectors

Re: Verify multiThreaded Parameter is in use

2024-10-23 Thread Wei
Hi Andreas, Do you need to configure the number of threads when enabling multiThreaded query? the latency improvement looks not quite significant. Best regards, Wei On Mon, Oct 14, 2024 at 5:57 AM Moll, Dr. Andreas wrote: > Hi, > > > > I do not know on how you could validate if "multithreaded

Re: 500 Error when attempting to post (Solr 9.7, MacOS 15.0.1)

2024-10-23 Thread govind nitk
Thanks for insight: ``` permission java.io.FilePermission "${java.io.tmpdir}${/}*", "read,write,delete"; and this seems to fix the problem. ``` Can anyone confirm on this once ? On Sun, Oct 20, 2024 at 9:40 AM Ivo Janssen wrote: > Govind, > > Thank you for your speedy response. Indeed that