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