Hi Yonik, 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.
Yonik Seeley wrote: > > Was this index generated with Solr? If so, what does the index > analyzer look like for that field? > WordDelimiterFilter would split axd110 into two tokens, so it must > have been indexed in a compatible way (see the example schema.xml). > > -Yonik > > On Fri, Mar 14, 2008 at 8:51 PM, solr_user <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I am trying to do alphanumeric search for terms like "axd110", but I >> don't >> get any results back from Solr. When I open my index using Luke, I am >> able >> to search for these terms and get results back, so I definitely know >> that >> the terms are present in the index. Below is the query section from my >> solr >> schema, >> >> <analyzer type="query"> >> <tokenizer class="solr.WhitespaceTokenizerFactory"/> >> >> <filter class="solr.WordDelimiterFilterFactory" >> generateWordParts="1" generateNumberParts="1" catenateWords="0" >> catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/> >> <filter class="solr.LowerCaseFilterFactory"/> >> <filter class="solr.ISOLatin1AccentFilterFactory"/> >> <filter class="solr.RemoveDuplicatesTokenFilterFactory"/> >> </analyzer> >> </fieldType> >> >> Is there anything that I am missing here. >> >> -- >> View this message in context: >> http://www.nabble.com/AlphaNumeric-search-in-Solr-tp16063101p16063101.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/AlphaNumeric-search-in-Solr-tp16063101p16063747.html Sent from the Solr - User mailing list archive at Nabble.com.