On Thu, Mar 12, 2009 at 1:36 PM, Jon Drukman <jdruk...@gmail.com> wrote:
> is it possible to make solr think that "omeara" and "o'meara" are the same
> thing?

WordDelimiter would handle it if the document had "o'meara" (but you
may or may not want the other stuff that comes with
WordDelimiterFilter).
You could also use a PatternReplaceFilter to normalize tokens like this.

-Yonik
http://www.lucidimagination.com

Reply via email to