Hi all
Malloc has a lock while it is active in the heap. If there is more than one
thread, and malloc finds the lock in use, then it avoids waiting on the lock by
creating a new 'arena' to hold its heap. My understanding is that a process
with multiple threads which are all active users of mallo
Ok. Thanks for the clarification.
Regards,
Edwin
On 3 September 2017 at 00:52, Erick Erickson
wrote:
> Ah, my mistake.
>
> The merge tool apparently has to lock the index, which actually makes
> sense.
>
> Best,
> Erick
>
> On Sat, Sep 2, 2017 at 9:08 AM, Zheng Lin Edwin Yeo
> wrote:
> > Hi Er
5 seems a reasonable limit to me. After that revert to slow.
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: Saturday, 2 September 2017 12:01 p.m.
To: solr-user
Subject: Re: query with wild card with AND taking lot of time
How far would you take that? Say y
My other concern would be your p's and q's. If you start mixing in Boolean
logic and solrs weak respect for it, it could be unpredictable
> On Sep 3, 2017, at 5:43 PM, Phil Scadden wrote:
>
> 5 seems a reasonable limit to me. After that revert to slow.
>
> -Original Message-
> From: E
Hi,
I am testing UnifiedHighlighter(hl.method=unified) with Solr 6.6 and
found that the highlighter returns following error when hl.fl parameter
has undefined fields.
The error occurs even if hl.fl parameter has ", "( + ) as
a field delimiter. (e.g. hl.fl=name, manu)
Is this a bug? I think tha