Hi Yonik, I read some documentation on the WordDelimterFilter. Just to clarify my thinking, I understand that if I use WordDelimiterFilter and search for a term like axd100 it will break it into two tokens "axd" and "100". But then when I do my search should Solr match the documents containing both these tokens?
In my application when I try to search for "axd 100" I get several documents back, but when I search for axd100 with WordDelimiterFilter on, I don't get back any results. I was assuming that if WordDelimiterFilter breaks axd100 into two tokens - "axd" and "100", then the search should behave exactly as if I was searching for the string "axd 100". Thanks. Yonik Seeley wrote: > > On Sun, Mar 16, 2008 at 5:43 PM, solr_user <[EMAIL PROTECTED]> wrote: >> Removing the WordDelimiterFilter did the trick. Now I am able to get >> results back for alphanumeric search. What other side effect will >> removing >> the WordDelimiterFilter cause. > > It all depends on what type of matching you want. WordDelimiterFilter > is one method of making queries like arati800xl, Atari-800XL, atari > 800 XL, Atari 800/XL, etc, all match a document containing Atari > 800XL. > > -Yonik > > -- View this message in context: http://www.nabble.com/AlphaNumeric-search-in-Solr-tp16063101p16088635.html Sent from the Solr - User mailing list archive at Nabble.com.