Re: space issue in search results

2014-04-28 Thread Gora Mohanty
On 28 April 2014 12:42, PAVAN wrote: > > I have indexed title in the following way. > > honda cars in rajaji nagar > honda cars in rajajinagar. > > suppose if i search for > > honda cars in rajainagar (OR) > honda cars in rajaji nagar > > it has to display both the results. Please do not start mu

space issue in search results

2014-04-28 Thread PAVAN
: http://lucene.472066.n3.nabble.com/space-issue-in-search-results-tp4133421.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr Phonetic Search Highlight issue in search results

2013-04-02 Thread Soumyanayan Kar
ight issue in search results Good question, you're causing me to think... about code I know very little about . So rather than spouting off, I tried it and.. it works fine for me, either with or without using fast vector highlighter on, admittedly, a very simple test. So I think I'd try p

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: Issue in search

2010-03-16 Thread Nair, Manas
You could write yourr query like q=filedname1:searchValue AND fieldName2:value OR fieldName3: Value Regards, Manas From: Suram [mailto:reactive...@yahoo.com] Sent: Wed 3/17/2010 12:44 AM To: solr-user@lucene.apache.org Subject: Issue in search In solr how

Issue in search

2010-03-16 Thread Suram
In solr how can perform AND, OR, NOT search while querying the data -- View this message in context: http://old.nabble.com/Issue-in-search-tp27927828p27927828.html Sent from the Solr - User mailing list archive at Nabble.com.