Re: Solr uses lots of shared memory!

2017-09-03 Thread Rick Leir
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

Re: Error when using IndexMergeTool

2017-09-03 Thread Zheng Lin Edwin Yeo
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

RE: query with wild card with AND taking lot of time

2017-09-03 Thread Phil Scadden
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

Re: query with wild card with AND taking lot of time

2017-09-03 Thread Dave
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

Unified highlighter returns an error when hl.fl param has undefined fields

2017-09-03 Thread Yasufumi Mizoguchi
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