Hi Steven,
if I understand correctly, you are suggesting query execution in two
phases: first execute query on whole article index core (where whole
articles are indexed, but not stored) to get article IDs (for articles
which match original query). Then for each match in article core:
change the A
Hi Ranjeet,
try this in your Spring config:
http://solr_url:8080/
and inject it to you service like this:
and you have to have a setter in SomeService for the prop. server
(solrServer), off course.
Hope this helps,
Tomislav
2008/8/4 Ranjeet <[EMAIL PROTECTED]>