Need help for solr searching case insensative item

2010-10-26 Thread wu liu
Hi all,

I just noticed a wierd thing happend to my solr search result.
if I do a search for ecommons, it cannot get the result for eCommons, 
instead,
if i do a search for eCommons, i can only get all the match for eCommons, 
but not ecommons.

I cannot figure it out why?

please help me

Thanks very much in advance


Re: Need help for solr searching case insensative item

2010-10-26 Thread yandong yao
Sounds like WordDelimiterFilter config issue, please refer to
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory
.

Also it will help if you could provide:
1) Tokenizers/Filters config in schema file
2) analysis.jsp output in admin page.

2010/10/26 wu liu wul...@mail.usask.ca

 Hi all,

 I just noticed a wierd thing happend to my solr search result.
 if I do a search for ecommons, it cannot get the result for eCommons,
 instead,
 if i do a search for eCommons, i can only get all the match for
 eCommons, but not ecommons.

 I cannot figure it out why?

 please help me

 Thanks very much in advance



Re: Need help for solr searching case insensative item

2010-10-26 Thread Jan Høydahl / Cominvent
Hi,

You need to share relevant parts of your schema for us to be able to see what's 
going on.

Try using fieldType=text. Basically, you need a fieldType which has the 
lowercaseFilter included.

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com

On 25. okt. 2010, at 21.09, wu liu wrote:

 Hi all,
 
 I just noticed a wierd thing happend to my solr search result.
 if I do a search for ecommons, it cannot get the result for eCommons, 
 instead,
 if i do a search for eCommons, i can only get all the match for eCommons, 
 but not ecommons.
 
 I cannot figure it out why?
 
 please help me
 
 Thanks very much in advance