Re: Upload/use a plugin JAR in ZooKeeper

2019-07-18 Thread Richard Walker
On 19 Jul 2019, at 12:02 pm, Chee Yee Lim wrote: > Not sure if this is the recommended way, but I managed to use plugin JARs > with Solr Cloud. > > Either include the absolute path to JAR in solrconfig.xml, or put the JAR > in a "lib" folder relative to your instanceDir. See the following text fr

Re: Upload/use a plugin JAR in ZooKeeper

2019-07-18 Thread Chee Yee Lim
Not sure if this is the recommended way, but I managed to use plugin JARs with Solr Cloud. Either include the absolute path to JAR in solrconfig.xml, or put the JAR in a "lib" folder relative to your instanceDir. See the following text from solrconfig.xml. If a "./lib" directory exists in your in

Re: Upload/use a plugin JAR in ZooKeeper

2019-07-18 Thread Richard Walker
On 16 Jul 2019, at 4:14 pm, Richard Walker wrote: > ... > > To be specific, I'm trying to use this idea: > > "Resources and plugins may be stored: > • in ZooKeeper under a collection’s configset node (SolrCloud only);" > > ... > > So far, so good. But now how do I refer to the JAR in solrconfi

Re: Re: Solr edismax parser with multi-word synonyms

2019-07-18 Thread Sunil Srinivasan
Hi Erick,  Is there anyway I can get it to match documents containing at least one of the words of the original query? i.e. 'frozen' or 'dinner' or both. (But not partial matches of the synonyms) Thanks,Sunil -Original Message- From: Erick Erickson To: solr-user Sent: Thu, Jul 18, 201

Re: Exception while adding data in multiple threads

2019-07-18 Thread Erick Erickson
I doubt multiple threads are the issue here. This looks a lot more like you’re using SolrJ jars on the client that do not match the version running on Solr. Best, Erick > On Jul 18, 2019, at 10:50 AM, Ashish Athavale > wrote: > > Hi, > > I am getting below exception while adding data into s

Exception while adding data in multiple threads

2019-07-18 Thread Ashish Athavale
Hi, I am getting below exception while adding data into solr. I am adding data concurrently in 20 threads, 100 documents in a batch per thread. Each documents contains 40 fields and all are indexed. This issue occurs only when I add in multi threads. Can you please help out here? Caused by: or

Re: Does commitWithin override autoSoftCommit?

2019-07-18 Thread Benjamin Mellish
Thank you for the reply We are using Solr to maintain a state and kick off certain processing steps on the file. I am trying to tighten up this timing. I understand this is not a great system but it's sort of what I'm stuck with. I've been reading over the NRT documents and adjusting my commitWit

HowtoConfigureIntelliJ link is broken

2019-07-18 Thread Richard Goodman
Hi there, I went to set up the repo with intellij, but it was having some problems figuring out the source folders etc., So I went to navigate to the following link as I remember from the past there were a few commands that helped, howev

Re: Returning multiple fields in graph streaming expression response documents

2019-07-18 Thread Joel Bernstein
Hi Ahmed, Take a look at the fetch https://lucene.apache.org/solr/guide/8_0/stream-decorator-reference.html#fetch It probably makes sense to allow more field to be returned from a nodes expression as well. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Jul 17, 2019 at 3:12 AM Ahmed Adel

Re: Does commitWithin override autoSoftCommit?

2019-07-18 Thread Shawn Heisey
On 7/18/2019 9:37 AM, Benjamin Mellish wrote: I have a solrconfig.xml file as follows: 2000 2 false ${solr.ulog.dir:} But I also submit records with a 'commitWithin' of 10 seconds. It seems that my documents are not s

Does commitWithin override autoSoftCommit?

2019-07-18 Thread Benjamin Mellish
I have a solrconfig.xml file as follows: 2000 2 false ${solr.ulog.dir:} But I also submit records with a 'commitWithin' of 10 seconds. It seems that my documents are not searchable with the soft commit every second, but rather wi

Re: Correct order of mappinCharFilter, Tokenizer and GermanStemFilter

2019-07-18 Thread Shawn Heisey
On 7/18/2019 3:01 AM, Doris Peter wrote: So, the mappingCharFilter seems to be executed at first, no matter which position it has in the configuration? CharFilters are always executed first. Then one Tokenizer, then Filters. This will always be the case, even if you order the config so tha

Problem with confirming e-mail address for joining the user mailing list

2019-07-18 Thread Vassil Velichkov (Sensika)
Hi, I am trying to join the Solr User mailing list, but I can’t confirm my e-mail address – following the instructions in the “Confirm subscribe” e-mail, I replied to the confirmation request e-mail, but I have been getting “Undeliverable” receipts since yesterday. In short - that’s what my mai

Re: Solr edismax parser with multi-word synonyms

2019-07-18 Thread Erick Erickson
This is not a phrase query, rather it’s requiring either pair of words to appear in the title. You’ve told it that “frozen dinner” and “microwave foods” are synonyms. So it’s looking for both the words “microwave” and “foods” in the title field, or “frozen” and “dinner” in the title field. You’

Correct order of mappinCharFilter, Tokenizer and GermanStemFilter

2019-07-18 Thread Doris Peter
Hi, another problem with the stemming: Most of our texts are in German, so we use the GermanStemFilterFactory. But we also use MappingCharFilterFactory where we map for example ä->ae. But of course we want the stemming to turn for example 'häuser' into 'haus', which the GermanStemFilterFactor

Problems with StemFilter and Wildcards

2019-07-18 Thread Doris Peter
Hi, we have got some problems with the stemming of our ocr-texts: We use the following configuration for our full-text-ocr field: Now it seems, the StemFilter and wildcard queries don't work together. When I search for