ManagedSynonymFilter

2020-04-30 Thread Kayak28
Hello, Community: I have a simple question about a managed resources and managed synonyms. I use ManagedSynonymGraphFilter and its managed resource is named as english. I do put several synonyms from URL below. Now I want to delete all of the registered synonyms at one command. I thought that th

Re: SolrCloud degraded during backup and batch CSV update

2020-04-30 Thread Ganesh Sethuraman
Any other JVM settings change possible? On Tue, Apr 28, 2020, 10:15 PM Sethuraman, Ganesh wrote: > Hi > > We are using SolrCloud 7.2.1 with 3 node Zookeeper ensemble. We have 92 > collection each on avg. having 8 shards and 2 replica with 2 EC2 nodes, > with JVM size of 18GB (G1 GC). We need you

Re: off-heap OOM

2020-04-30 Thread Raji N
It used to occur every 3 days ,we reduced heap and it started occurring every 5 days . From the logs we can't get much. Some times we see "unable to create new native thread" in the logs and many times no exceptions . When it says "unable to create native thread" error , we got below exceptions a

RE: Possible issue with Stemming and nouns ended with suffix 'ion'

2020-04-30 Thread Jhonny Lopez
Yes, sounds like worth it. Thanks guys! -Original Message- From: Mike Drob Sent: jueves, 30 de abril de 2020 5:30 p. m. To: solr-user@lucene.apache.org Subject: Re: Possible issue with Stemming and nouns ended with suffix 'ion' This email has been sent from a source external to Publicis

Re: Possible issue with Stemming and nouns ended with suffix 'ion'

2020-04-30 Thread Mike Drob
Is this worth filing a bug/suggestion to the folks over at snowballstem.org? On Thu, Apr 30, 2020 at 4:08 PM Audrey Lorberfeld - audrey.lorberf...@ibm.com wrote: > I agree with Erick. I think that's just how the cookie crumbles when > stemming. If you have some time on your hands, you can integr

RE: Solr fields mapping

2020-04-30 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
Sam, Ah, okay, I see. Hm, I wonder if you could hack "debug mode" to show you how they're interacting with the field. I'll keep thinking ... Best, Audrey On 4/30/20, 3:20 PM, "sambasivarao giddaluri" wrote: Hi Audrey, Yes i am aware of copyField but it does not fit in my use c

RE: Possible issue with Stemming and nouns ended with suffix 'ion'

2020-04-30 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
I agree with Erick. I think that's just how the cookie crumbles when stemming. If you have some time on your hands, you can integrate OpenNLP with your Solr instance and start using the lemmas of tokens instead of the stems. In this case, I believe if you were to lemmatize both "identify" and "i

Re: Possible issue with Stemming and nouns ended with suffix 'ion'

2020-04-30 Thread matthew sporleder
If you use the stemmer in your query analysis it should act the same, right? On Thu, Apr 30, 2020 at 3:54 PM Erick Erickson wrote: > > They are being stemmed to two different tokens, “identif” and “identifi”. > Stemming is algorithmic and imperfect and in this case you’re getting bitten > by th

Re: Solr fields mapping

2020-04-30 Thread matthew sporleder
fl=createdByMap:concat("createdBy.userName: ",createdBy.userName,",","createdBy.name: ",createdBy.name," ...) On Thu, Apr 30, 2020 at 3:20 PM sambasivarao giddaluri wrote: > > Hi Audrey, > > Yes i am aware of copyField but it does not fit in my use case. Reason is > while giving as output we have

Re: Possible issue with Stemming and nouns ended with suffix 'ion'

2020-04-30 Thread Erick Erickson
They are being stemmed to two different tokens, “identif” and “identifi”. Stemming is algorithmic and imperfect and in this case you’re getting bitten by that algorithm. It looks like you’re using PorterStemFilter, if you want you can look up the exact algorithm, but I don’t think it’s a bug, ju

Re: Solr fields mapping

2020-04-30 Thread sambasivarao giddaluri
Hi Audrey, Yes i am aware of copyField but it does not fit in my use case. Reason is while giving as output we have to show each field with its value, with copy it combines the value but we do not know field and value relationship. regards sam On Wed, Apr 29, 2020 at 9:53 AM Audrey Lorberfeld -

RE: Possible issue with Stemming and nouns ended with suffix 'ion'

2020-04-30 Thread Jhonny Lopez
Sure, rewriting the message with links for images: We’re facing an issue with stemming in solr. Most of the cases are working correctly, for example, if we search for bidding, solr brings results for bidding, bid, bids, etc. However, with nouns ended with ‘ion’ suffix, stemming is not working.

Re: Possible issue with Stemming and nouns ended with suffix 'ion'

2020-04-30 Thread Erick Erickson
The mail server is pretty aggressive about stripping links, so we can’t see the images. Could you put them somewhere and paste a link? Best, Erick > On Apr 30, 2020, at 2:40 PM, Jhonny Lopez > wrote: > > We’re facing an issue with stemming in solr. Most of the cases are working > correctly,

Possible issue with Stemming and nouns ended with suffix 'ion'

2020-04-30 Thread Jhonny Lopez
We're facing an issue with stemming in solr. Most of the cases are working correctly, for example, if we search for bidding, solr brings results for bidding, bid, bids, etc. However, with nouns ended with 'ion' suffix, stemming is not working. Even when analyzers seems to have correct stemming o

Re: Delete on 8.5.1

2020-04-30 Thread Joe Obernberger
Hi All - while I'm still getting the error, it does appear to work (still gives the error - but a search of the data then shows less results - so the delete is working).  In some cases, it may be necessary to run the query several times. -Joe On 4/29/2020 9:03 AM, Joe Obernberger wrote: Hi -

More like this inly return is and score issue

2020-04-30 Thread derrick cui
Hi, I want to return more fields in moreLikeThis response, how should I reach it? Currently the main doc returns all fields, but morelikethis result only has I’d and score, please help  Thanks

Re: off-heap OOM

2020-04-30 Thread Mikhail Khludnev
Raji, how that "OOM for solr occur in every 5 days." exactly looks like? What is the error message? Where it's occurring exactly? On Thu, Apr 30, 2020 at 1:30 AM Raji N wrote: > Thanks so much Jan. Will try your suggestions , yes we are also running > solr inside docker. > > Thanks, > Raji > > O