Hi Shawn,
One thing I forget to mention here is the same setup (with no bootstrap) is
working fine in our QA1 environment. I did not have the bootstrap option
from start, I added it thinking it will solve the problem.
Nonetheless I followed Shawn's instructions, wherever it differed from my
old a
Hi All,
I went through possible solutions for my requirement of triggering a
Stanbol enhancement during Solr indexing, and I got the requirement
simplified.
I only need to process the field named "content" to perform the Stanbol
enhancement to extract Person and Organizations.
So I think it will
Hi Shawn,
Thank you for your answer. I have solved the problem.
The problem is, in our code constructor of TurkishFilterFactory is setted
as protected and that works without problem on the 3.x versions of the Solr
but gives the exception that I mentioned here on 4.x versions. By analyzing
the sta
See: https://issues.apache.org/jira/browse/SOLR-5418
Thanks Matthew and Robert! I'll see if I can get to this this weekend.
On Wed, Oct 30, 2013 at 7:45 AM, Erick Erickson wrote:
> Robert:
>
> Thanks. I'm on my way out the door, so I'll have to put up a JIRA with
> your patch later if it has
Oh fine. Caution point was useful for me.
Yes I wanted to do something similar to filer queries. It is not XY
problem. I am simply trying to implement something as described below.
I have a [non-clinical] group sets in system and I want to build bitset
based on the documents belonging to that gro
Hi Ming,
which Solr version are you using? In case you use one of the latest
versions (4.5 or above) try the new parameter facet.threads with a
reasonable value (4 to 8 gave me a massive performance speedup when
working with large facets, i.e. nTerms >> 10^7).
-Sascha
Mingfeng Yang wrote:
> I h