schemaVersion 1.7 docValues

2024-09-17 Thread Kevin Liang (BLOOMBERG/ 919 3RD A)
Per the solr 9.7 release notes, docValues are now enabled by default for a variety of fieldTypes. There is a warning that any index that is not already using docValues cannot be converted to docValues by Lucene standard. I want to be absolutely sure that my understanding of what this means is cl

Re: Error with queries: maxClauseCount is set to 1024

2024-09-17 Thread Thorsten Heit
Hi Mathew, You can configure/increase this limit in solrconfig.xml ... or pass it to the jvm via the SOLR_OPTS property (e.g. -Dsolr.max.booleanClauses=2000) Hope this helps. Thanks for pointing to this link. By playing around with this property I needed to increase it to 10240 to make the qu

Re: Error with queries: maxClauseCount is set to 1024

2024-09-17 Thread t sornin
Regarding the error: - "solr.xml maxBooleanClauses is now enforced recursively. Users who upgrade from prior versions of Solr may find that some requests involving complex internal query structures (Example: long query strings using edismax with many qf and pf fields that include q

Error with queries: maxClauseCount is set to 1024

2024-09-17 Thread Thorsten Heit
Hi all, I'm using solrj to search in Solr for documents that contain text that either starts with, ends with or contains user-defined input. The query actually has the following format: {!complexphrase inOrder=true}""~0 with a "*" at the beginning and/or end of , depending on what / how should

RE: Basic auth plugin in solr 9.6.1

2024-09-17 Thread Mugi, Krishnavamsireddy
Hi Jan, Enabling auth through command prompt can be done only in Solr Cloud right? But we are using solr as standalone server, Is there a way for enabling auth through command prompt in Standalone server? Thanks&Regards KrishnaVamsi -Original Message- From: Jan Høydahl Sent: 17 Septe

Re: Basic auth plugin in solr 9.6.1

2024-09-17 Thread Jan Høydahl
Hi Solr's admin UI uses the same API layer as query clients. So there is no way to limit "just the UI" per se. Of course you can let /select and /update be totally un-authenticated and just protect various admin APIs, that's probably what you are looking for? I'd recommed you enable auth using

Basic auth plugin in solr 9.6.1

2024-09-17 Thread Mugi, Krishnavamsireddy
Hi Team, I am trying to enable authentication for my local solr admin console using basic auth plugin, Below is the configuration I am following in the security.json file. { "authentication": { "blockUnknown": true, "class": "solr.BasicAuthPlugin", "credentials": { "admin":