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