..
Cheers.
--
View this message in context:
http://lucene.472066.n3.nabble.com/stemEnglishPossessive-and-contractions-tp3434657p4325808.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks Robert, exactly what I was looking for.
-Original Message-
From: Robert Muir [mailto:rcm...@gmail.com]
Sent: Wednesday, October 19, 2011 1:15 PM
To: solr-user@lucene.apache.org
Subject: Re: stemEnglishPossessive and contractions
The word delimiter filter also does other things
The word delimiter filter also does other things, it treats ' as
punctuation by default. So it normally splits on ', except if its 's
(in this case it removes the 's completely if you use this
stemEnglishPossessive).
There are a couple approaches you can use:
1. you can keep worddelimiterfilter wi
We utilize a comprehensive dictionary of English words, place names, surnames,
male and female first names, ... you get the point. As such, the possessive
plural forms of these words are recognized as 'misspelled'.
I simply thought that 'turning on' this option for the WordDelimiterFactory
wou