Re: unable to load core after cluster restart

2013-11-02 Thread kaustubh147
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

Writing a Solr custom analyzer to post content to Stanbol {was: Need additional data processing in Data Import Handler prior to indexing}

2013-11-02 Thread Dileepa Jayakody
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

Re: Custom Plugin exception : Plugin init failure for [schema.xml]

2013-11-02 Thread Parvin Gasimzade
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

Re: Background merge errors with Solr 4.4.0 on Optimize call

2013-11-02 Thread Erick Erickson
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

Re: Store Solr OpenBitSets In Solr Indexes

2013-11-02 Thread David Philip
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

Re: Problem of facet on 170M documents

2013-11-02 Thread Sascha SZOTT
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