Reload greyed out in 9.2 browser GUI

2023-11-15 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
After upgrading from Solr8.11.1 to Solr9.2.1, the browser GUI (at hostname:port/solr/#/~collections/collection_name) has the "Reload" button greyed out and not functional ("Add Collection" and "Delete Collection" have also become greyed-out, but I am not as concerned about those). This is when

Why does edismax resets field level wild query to *:*

2023-11-15 Thread rajani m
Hi Solr Users, Why does edismax query reset field exist query to *:*? Is this expected behavior or a bug? Edismax query "q": "{!edismax qf=keywords v='*'}" or in the other form "q=*&qf=keywords.en&defType=edismax" I expected this to translate into keywords:* Parser debug query response is

RE: [EXTERNAL] Re: hl.method=original

2023-11-15 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
That worked: thanks -Original Message- From: Eric Pugh Sent: Saturday, November 11, 2023 1:12 PM To: users@solr.apache.org Subject: [EXTERNAL] Re: hl.method=original Wouldn't using an invariant definition work? https://solr.apache.org/guide/solr/latest/configuration-guide/requesthandle

Re: Why does edismax resets field level wild query to *:*

2023-11-15 Thread Vaijanath Rao
As far as I can recall/remember this is an expected behavior. The value for the query is coming from the parameter v and qf is coming from the parameter qf which in this example is set to "*". Hence q=* and qf = keywords.en. --Thanks and regards Vaijanath On Wed, Nov 15, 2023 at 7:06 AM rajani m

Re: Why does edismax resets field level wild query to *:*

2023-11-15 Thread rajani m
Hi Vaijanath, qf is *not* set to star but the field name "keywords". It is the value that is set to star "q": "{!edismax qf=keywords v='*'}" On Wed, Nov 15, 2023 at 10:19 AM Vaijanath Rao wrote: > As far as I can recall/remember this is an expected behavior. The value for > the query is coming

Re: Delete large number of documents using UI

2023-11-15 Thread Shawn Heisey
On 11/14/23 08:59, Vince McMahon wrote: Ishan, within that UI, I have the choice to set "Commit Within". Is there a way to via the UI to pause all indexing operations? And how to resume, afterward? That just tells Solr that within the specified number of milliseconds, a commit will begin. I

Re: Delete large number of documents using UI

2023-11-15 Thread Dmitri Maziuk
On 11/15/23 09:54, Shawn Heisey wrote: If you change a DBQ to a multistep process where you first run the query to get the list of uniqueKey values, and then use that information to execute DeleteById updates, then the "interfering with ongoing indexing" that DBQ can cause will not happen. T

Re: Reload greyed out in 9.2 browser GUI

2023-11-15 Thread Shawn Heisey
On 11/15/23 08:10, Oakley, Craig (NIH/NLM/NCBI) [C] wrote: After upgrading from Solr8.11.1 to Solr9.2.1, the browser GUI (at hostname:port/solr/#/~collections/collection_name) has the "Reload" button greyed out and not functional ("Add Collection" and "Delete Collection" have also become greyed

Re: Why does edismax resets field level wild query to *:*

2023-11-15 Thread Chris Hostetter
: Why does edismax query reset field exist query to *:*? Is this : expected behavior or a bug? : : Edismax query "q": "{!edismax qf=keywords v='*'}" or in the other : form "q=*&qf=keywords.en&defType=edismax" : I expected this to translate into keywords:* this is an intentional feature o

RE: [EXTERNAL] Re: Reload greyed out in 9.2 browser GUI

2023-11-15 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
Thank you Indeed that worked: and placing far enough down in security.json it did not inadvertently grant CREATE or DELETE permissions Thanks again -Original Message- From: Shawn Heisey Sent: Wednesday, November 15, 2023 12:48 PM To: users@solr.apache.org Subject: [EXTERNAL] Re: Reloa

Re: Why does edismax resets field level wild query to *:*

2023-11-15 Thread rajani m
Thank you, Hoss. That answered my question. On Wed, Nov 15, 2023, 1:08 PM Chris Hostetter wrote: > > : Why does edismax query reset field exist query to *:*? Is this > : expected behavior or a bug? > : > : Edismax query "q": "{!edismax qf=keywords v='*'}" or in the other > : form "q=*&qf=

Re: Delete large number of documents using UI

2023-11-15 Thread Vince McMahon
I just love the insights from all the pro replies. Thank you. On Wed, Nov 15, 2023, 11:11 AM Dmitri Maziuk wrote: > On 11/15/23 09:54, Shawn Heisey wrote: > > > If you change a DBQ to a multistep process where you first run the query > > to get the list of uniqueKey values, and then use that in

Re: G1GC not cleaning old gen

2023-11-15 Thread bilal qureshi
Hi Shawn, I'm running facet queries with G1GC, and Solr is crashing with OOM, not triggering GC. All caches are disabled in solrconfig.xml. Thanks, Bilal On Fri, 10 Nov, 2023, 21:32 Shawn Heisey, wrote: > On 11/10/2023 06:09, bilal qureshi wrote: > > I'm using solr cloud 9.1.1 on solr cloud c