RE: Solr Phonetic Search Highlight issue in search results

2013-04-02 Thread Soumyanayan Kar
-Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: 27 March 2013 06:07 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr Phonetic Search Highlight issue in search results > > How would you expect it to highlight successfully? The term is "

Re: Solr Phonetic Search Highlight issue in search results

2013-04-02 Thread Jan Høydahl
it completely wrong but it looks like there is something >> wrong with my implementation. >> >> Thanks & Regards, >> >> Soumya. >> >> >> -Original Message- >> From: Erick Erickson [mailto:erickerick...@gmail.com] >> Sent: 27 M

Re: Solr Phonetic Search Highlight issue in search results

2013-04-01 Thread Erick Erickson
Erick Erickson [mailto:erickerick...@gmail.com] > Sent: 27 March 2013 06:07 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr Phonetic Search Highlight issue in search results > > How would you expect it to highlight successfully? The term is "fakt", > there

RE: Solr Phonetic Search Highlight issue in search results

2013-03-31 Thread Soumyanayan Kar
he.org Subject: Re: Solr Phonetic Search Highlight issue in search results How would you expect it to highlight successfully? The term is "fakt", there's nothing built in (and, indeed couldn't be) to un-phoneticize it into "fact" and apply that to the Content field. T

Re: Solr Phonetic Search Highlight issue in search results

2013-03-26 Thread Erick Erickson
How would you expect it to highlight successfully? The term is "fakt", there's nothing built in (and, indeed couldn't be) to un-phoneticize it into "fact" and apply that to the Content field. The whole point of phonetic processing is to do a lossy translation from the word into some variant, losing

Solr Phonetic Search Highlight issue in search results

2013-03-26 Thread Soumyanayan Kar
When we are issuing a query with Phonetic Search, it is returning the correct documents but not returning the highlights. When we use Stemming or Synonym searches we are getting the proper highlights. For example, when we execute a phonetic query for the term fakt(ContentSearchPhonetic:fakt) in

Re: highlight issue

2011-12-02 Thread Ravish Bhagdev
Also, not entirely sure wild-cards are supported in text based fields, only on strings. Although things may have changed in recent versions of Solr, I am not sure. R On Thu, Dec 1, 2011 at 3:55 PM, Koji Sekiguchi wrote: > Suppose my search query is "*Rak*".In my database i have "*Rakesh >> Cha

Re: highlight issue

2011-12-01 Thread Koji Sekiguchi
Suppose my search query is "*Rak*".In my database i have "*Rakesh Chaturvedi *" name. I am getting "*RakRakesh Chaturvedi*" as the response. Same the case with the following names. Search "Dhar" -- highlight "DharDharmesh Darshan" Search "Suda"-- highlight "SudaSudarshan Faakir" Can som

highlight issue

2011-12-01 Thread Radha Krishna Reddy
Hi, I am indexing around 2000 names using solr. highlight flag is on while querying. For some name i am getting the search substring appened at the start. Suppose my search query is "*Rak*".In my database i have "*Rakesh Chaturvedi *" name. I am getting "*RakRakesh Chaturvedi*" as the response.