RE: SolrCloud App Unit Testing

2016-03-20 Thread Davis, Daniel (NIH/NLM) [C]
://github.com/vkhatri/chef-solrcloud Hope this helps, -Dan -Original Message- From: Madhire, Naveen [mailto:naveen.madh...@capitalone.com] Sent: Thursday, March 17, 2016 11:24 AM To: solr-user@lucene.apache.org Subject: FW: SolrCloud App Unit Testing Hi, I am writing a Solr Application

Re: FW: SolrCloud App Unit Testing

2016-03-19 Thread Shawn Heisey
On 3/19/2016 7:11 AM, GW wrote: > I think the easiest way to write apps for Solr is with some kind of > programming language and the REST API. Don't bother with the PHP or Perl > modules. They are deprecated and beyond useless. just use the HTTP call > that you see in Solr Admin. Mind the URL

Re: FW: SolrCloud App Unit Testing

2016-03-19 Thread GW
I think the easiest way to write apps for Solr is with some kind of programming language and the REST API. Don't bother with the PHP or Perl modules. They are deprecated and beyond useless. just use the HTTP call that you see in Solr Admin. Mind the URL encoding when putting together your server

Re: SolrCloud App Unit Testing

2016-03-19 Thread Steve Davids
/solr-scale-tk > https://github.com/vkhatri/chef-solrcloud > > Hope this helps, > > -Dan > > -Original Message- > From: Madhire, Naveen [mailto:naveen.madh...@capitalone.com] > Sent: Thursday, March 17, 2016 11:24 AM > To: solr-user@lucene.apache.org > Sub

FW: SolrCloud App Unit Testing

2016-03-18 Thread Madhire, Naveen
Hi, I am writing a Solr Application, can anyone please let me know how to Unit test the application? I see we have MiniSolrCloudCluster class available in Solr, but I am confused about how to use that for Unit testing. How should I create a embedded server for unit testing? Thanks, Naveen