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
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 containin

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
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: >>

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
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 S

Re: AlphaNumeric search in Solr

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