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 encod
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 ca
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