RE: Enabling indexing of hyphenated terms sans the hyphen

2011-09-20 Thread SBS
> Solr's WordDelimiterFilterFactory does what you want. Thanks Steve, that's exactly what I was looking for and it is now working. -sbs -- View this message in context: http://lucene.472066.n3.nabble.com/Enabling-indexing-of-hyphenated-terms-sans-the-hyphen-tp3350008p3353208.html Sent from the

RE: Enabling indexing of hyphenated terms sans the hyphen

2011-09-19 Thread Steven A Rowe
Hi sbs, Solr's WordDelimiterFilterFactory does what you want. You can see a description of its function here: . WordDelimiterFilter, the filter class implementing the above factory's functionality, is