Hi Yonik, 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.
Thanks Yonik Seeley wrote: > > On Fri, Mar 14, 2008 at 10:15 PM, solr_user <[EMAIL PROTECTED]> wrote: >> No this index was not generated using Solr. I just have the index >> files >> without access to the source that generated those files. Is there a way >> that I can change my Solr schema so that it wont split axd110 into two >> tokens. > > The ideal answer would be to use the analyzer that generated the index. > If you don't exactly know, remove the WordDelimiterFilter for starts. > > -Yonik > > -- View this message in context: http://www.nabble.com/AlphaNumeric-search-in-Solr-tp16063101p16084533.html Sent from the Solr - User mailing list archive at Nabble.com.