Re: Not storing, but highlighting from document sentences

2011-01-12 Thread Tomislav Poljak
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

Re: Initialising of CommonsHttpSolrServer in Spring framwork

2008-08-04 Thread Tomislav Poljak
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]>