RE: Get only partial match results

2010-07-18 Thread Balaji.A
Hi Jonathan, Once again many thanks for your guidance. I made it work this time :-) Thanks, Balaji. -- View this message in context: http://lucene.472066.n3.nabble.com/Get-only-partial-match-results-tp963212p976106.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Get only partial match results

2010-07-17 Thread Jonathan Rochkind
> 1) While doing a dismax query, I specify the query in double quotes for > exact match. This works fine but I don't get any partial matches in search > result. Rather than specify your query in quotes for 'exact' matches, I was suggesting configuring the analyzers differently for your fields "co

Re: Get only partial match results

2010-07-17 Thread Balaji.A
core2_content_exact as first result. Is it something to do with term Frequency? How do I fix this problem? Even if core1_content_exact field should be my topmost priority with the match of atlest one search term. Thanks, Balaji -- View this message in context: http://lucene.472066.n3.nabble.com/Ge

Re: Get only partial match results

2010-07-13 Thread Jonathan Rochkind
I think you're going to have trouble doing this with seperate cores. With seperate cores, you'll need to issue two querries to solr, one for each core. And then to intermingle results from the differnet cores like that, it's going to require difficult (esp to do at all efficiently) client side

Get only partial match results

2010-07-13 Thread Balaji.A
results from core2 3) Partial match results from core1 4) Partial match results from core2 Note: I don't want exact match results to be duplicated in Partial match results. Please suggest! Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Get-only-partial-match-re