Hi Otis,
Thank you so much, that's exactly what I need!
Thanks
Nicholas
On Mon, Nov 26, 2012 at 10:28 PM, Otis Gospodnetic <
otis.gospodne...@gmail.com> wrote:
> Would http://wiki.apache.org/solr/Solrj#EmbeddedSolrServer save you some
> work?
>
> Otis
> --
> SOLR Performance Monitoring - http:/
You can simplify your code by searching across cores in the SearchComponent:
1) public class YourComponent implements SolrCoreAware
--> Grab instance of CoreContainer and store (mCoreContainer =
core.getCoreDescriptor().getCoreContainer();)
2) In the process method:
* grab the core requested (SolrC
Would http://wiki.apache.org/solr/Solrj#EmbeddedSolrServer save you some
work?
Otis
--
SOLR Performance Monitoring - http://sematext.com/spm/index.html
Search Analytics - http://sematext.com/search-analytics/index.html
On Mon, Nov 26, 2012 at 7:18 PM, Nicholas Ding wrote:
> Hi,
>
> I'm workin