On Thu, Apr 21, 2011 at 8:06 PM, Robert Petersen <rober...@buy.com> wrote:
> So if I don't put preserveOriginal=1 in my WordDelimiterFilterFactory 
> settings I cannot get a match between AppleTV on the indexing side and 
> appletv on the search side.

Hmmm, that shouldn't be the case.  The "text" field in the solr
example config doesn't use preserveOriginal, and AppleTV is indexed as

appl, tv/appletv

And a search for appletv does match fine.

Perhaps on the search side there is actually a phrase query like "big
appletv"?  One workaround for that is to add a little slop... "big
appletv"~1

-Yonik
http://www.lucenerevolution.org -- Lucene/Solr User Conference, May
25-26, San Francisco

Reply via email to