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.
> 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
Thanks Jonathan. I appreciate your reply.
Though I got few ideas for implementing my requirement, I got stuck up with
few issues. It would be more helpful if you guide me in resolving those.
As you suggested I configured single core with different fields.
For example the core contains the follo
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