Re: AlphaNumeric search in Solr

2008-03-16 Thread Chris Hostetter
: 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 b

Re: AlphaNumeric search in Solr

2008-03-16 Thread solr_user
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.

Re: AlphaNumeric search in Solr

2008-03-16 Thread Yonik Seeley
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 y

Re: AlphaNumeric search in Solr

2008-03-16 Thread solr_user
e 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.

Re: AlphaNumeric search in Solr

2008-03-14 Thread Yonik Seeley
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 >

Re: AlphaNumeric search in Solr

2008-03-14 Thread solr_user
rParts="1" catenateWords="0" >> catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/> >> >> >> >> >> >> >> Is there anything that I am missing here. >&g

Re: AlphaNumeric search in Solr

2008-03-14 Thread Yonik Seeley
" splitOnCaseChange="1"/> > > > > > > > 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. > >

AlphaNumeric search in Solr

2008-03-14 Thread solr_user
e query section from my solr schema, 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