Re: Trouble handling Unit symbol

2012-04-13 Thread Rajani Maski
Fine. Thank you. I will look at it. On Fri, Apr 13, 2012 at 5:21 PM, Erick Erickson wrote: > Please review: > http://wiki.apache.org/solr/UsingMailingLists > > Especially the bit about adding &debugQuery=on > and showing the results. You're asking people > to guess at solutions without providing

Re: Trouble handling Unit symbol

2012-04-13 Thread Erick Erickson
Please review: http://wiki.apache.org/solr/UsingMailingLists Especially the bit about adding &debugQuery=on and showing the results. You're asking people to guess at solutions without providing much in the way of context. You might try looking at your index with Luke to see what's actually in you

Re: Trouble handling Unit symbol

2012-04-12 Thread Rajani Maski
Hi All, I tried to index with UTF-8 encode but the issue is still not fixed. Please see my inputs below. *Indexed XML:* 0.100 µ *Search Query - * BODY:µ numfound : 0 results obtained. *What can be the reason for this? How do i need to make search query so that the abov

Re: Trouble handling Unit symbol

2012-04-01 Thread Rajani Maski
Thank you for the reply. On Sat, Mar 31, 2012 at 3:38 AM, Chris Hostetter wrote: > > : We have data having such symbols like : ? > : Indexed data has -Dose:"0 ?L" > : Now , when it is searched as - Dose:"0 ?L" >... > : Query Q value observed : S257:"0 ??L/injection" > > First o

Re: Trouble handling Unit symbol

2012-03-30 Thread Chris Hostetter
: We have data having such symbols like : µ : Indexed data has -Dose:"0 µL" : Now , when it is searched as - Dose:"0 µL" ... : Query Q value observed : S257:"0 µL/injection" First off: your "when searched as" example does not match up to your "Query Q" observed value (ie: field

Re: Trouble handling Unit symbol

2012-03-30 Thread Paul Libbrecht
Rajani, you need to look at the analysis tools of solr-admin, or even luke, to help you. paul Le 30 mars 2012 à 10:01, Rajani Maski a écrit : > Hi, > > We have data having such symbols like : µ > > > Indexed data has -Dose:"0 µL" > Language type - "English" > > > Now , when it is s

Trouble handling Unit symbol

2012-03-30 Thread Rajani Maski
Hi, We have data having such symbols like : µ Indexed data has -Dose:"0 µL" Language type - "English" Now , when it is searched as - Dose:"0 µL" Number of document matched = 0 Query Q value observed : S257:"0 µL/injection" *Any solution to handle such cases? * Thanks & Regards