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
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
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
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
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
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
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
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
: 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
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
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=
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
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
13 matches
Mail list logo