Re: stemming (maybe?) question

2009-03-17 Thread Jon Drukman
Yonik Seeley wrote: Not sure... I just took the stock solr example, and it worked fine. I inserted o'meara into example/exampledocs/solr.xml field name=featuresAdvanced o'meara Full-Text Search Capabilities using Lucene/field the indexed everything: ./post.sh *.xml Then queried in various

Re: stemming (maybe?) question

2009-03-16 Thread Jon Drukman
Yonik Seeley wrote: 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

Re: stemming (maybe?) question

2009-03-16 Thread Yonik Seeley
Not sure... I just took the stock solr example, and it worked fine. I inserted o'meara into example/exampledocs/solr.xml field name=featuresAdvanced o'meara Full-Text Search Capabilities using Lucene/field the indexed everything: ./post.sh *.xml Then queried in various ways: q=o'meara

stemming (maybe?) question

2009-03-12 Thread Jon Drukman
is it possible to make solr think that omeara and o'meara are the same thing? -jsd-

Re: stemming (maybe?) question

2009-03-12 Thread Yonik Seeley
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