Re: [E] Re: Stemming

2016-06-16 Thread Aurélien MAZOYER
Thanks again so much =) Sas -Original Message- From: Aurélien MAZOYER [mailto:aurelien.mazo...@francelabs.com] Sent: Thursday, June 16, 2016 4:36 PM To: solr-user@lucene.apache.org Subject: Re: [E] Re: Stemming Hi, I was just wondering if you are sure that you query only that field (or

RE: [E] Re: Stemming

2016-06-16 Thread Jamal, Sarfaraz
[mailto:aurelien.mazo...@francelabs.com] Sent: Thursday, June 16, 2016 4:36 PM To: solr-user@lucene.apache.org Subject: Re: [E] Re: Stemming Hi, I was just wondering if you are sure that you query only that field (or fields that use your text_stem analyzer) and not other fields (in your qf for

RE: [E] Re: Stemming

2016-06-16 Thread Jamal, Sarfaraz
Sas -Original Message- From: Aurélien MAZOYER [mailto:aurelien.mazo...@francelabs.com] Sent: Thursday, June 16, 2016 4:20 PM To: solr-user@lucene.apache.org Subject: [E] Re: Stemming Hi, Yes you should have the same resultset. Are you sure that you reindex all the data after changing your schema

Re: [E] Re: Stemming

2016-06-16 Thread Aurélien MAZOYER
ginal Message- From: Aurélien MAZOYER [mailto:aurelien.mazo...@francelabs.com] Sent: Thursday, June 16, 2016 4:20 PM To: solr-user@lucene.apache.org Subject: [E] Re: Stemming Hi, Yes you should have the same resultset. Are you sure that you reindex all the data after changing your schema? Ar

RE: [E] Re: Stemming

2016-06-16 Thread Jamal, Sarfaraz
They both produced three different sets of results -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] Sent: Thursday, June 16, 2016 3:37 PM To: solr-user@lucene.apache.org Subject: [E] Re: Stemming Hi Jamal, Snowball

Re: [E] Re: Stemming and Managed Schema

2016-06-04 Thread Alexandre Rafalovitch
Oops, ignore. Shawn answered that with a link earlier. I was reading this on the phone Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/ On 5 June 2016 at 14:32, Alexandre Rafalovitch wrote: > Isn't just reloading the core via Admin interface suff

Re: [E] Re: Stemming and Managed Schema

2016-06-04 Thread Alexandre Rafalovitch
Isn't just reloading the core via Admin interface sufficient? I though that all Solr driven changes are written out to managed-schema at once, so as long as core is reloaded right after manual changes, it should be OK. Regards, Alex On 4 Jun 2016 10:12 am, "Erick Erickson" wrote: > Actually

Re: [E] Re: Stemming and Managed Schema

2016-06-03 Thread Erick Erickson
Actually, I prefer to do it the other way: 1> shut down Solr 2> edit managed_schema 3> start Solr. that eliminates any possibility of inadvertently overwriting your changes by issuing a managed schema call. that's a nit though, either will work. FWIW, Erick On Fri, Jun 3, 2016 at 11:02 AM, Sh

Re: [E] Re: Stemming and Managed Schema

2016-06-03 Thread Shawn Heisey
On 6/3/2016 9:22 AM, Jamal, Sarfaraz wrote: > I would edit the managed-schema, make my changes, shutdown solr? And > start it back up and verify it is still there? That's the sledgehammer approach. Simple and effective, but Solr does go offline for a short time. > Or is there another way to rel

RE: [E] Re: Stemming and Managed Schema

2016-06-03 Thread Jamal, Sarfaraz
...@elyograg.org] Sent: Friday, June 3, 2016 11:17 AM To: solr-user@lucene.apache.org Subject: [E] Re: Stemming and Managed Schema On 6/3/2016 9:07 AM, Jamal, Sarfaraz wrote: > I found the following article: > http://thinknook.com/keyword-stemming-and-lemmatisation-with-apache-so > lr-2