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