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 >