what stemmers are you using? I got the results I by using
EnglishPosessiveFilterFactory followeed by PorterStemFilterFactory.

Or you could use Porter and remove the leftover trailing apostrophe.

Best,
Erick

On Fri, Mar 17, 2017 at 5:05 PM, Erick Erickson <erickerick...@gmail.com> wrote:
> Your schema file didn't come through. Have you tried looking at the
> admin UI/Analysis page for the three values? That often tells you what
> is going on.
>
> The other thing to do is attach &debug=query to the URL. That'll show
> you how the query parsed, which is separate from the analysis bits.
>
> Best,
> Erick
>
> On Fri, Mar 17, 2017 at 3:30 PM, donato <ddice...@outlook.com> wrote:
>> I have been racking my brain for days... I need to remove 's from say
>> "patrick's" If I search for "patrick" or "patricks" I get the same number of
>> results, however, if I search for "patrick's" it's a different number. I
>> just want solr to ignore the 'sCan someone PLEASE help me!!!! It is driving
>> me nuts!!!!Here is my schema file...
>> Id                          Name
>>
>>
>>
>> --
>> View this message in context: 
>> http://lucene.472066.n3.nabble.com/How-on-EARTH-do-I-remove-s-in-schema-file-tp4325709.html
>> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to