Re: solr in memory testing

2017-08-08 Thread Xie, Sean
There is MiniSolrCloudCluster that you can use for testing. This is from solr-test-framework: https://github.com/apache/lucene-solr/tree/master/solr/test-framework. On 8/8/17, 7:54 AM, "Thaer Sammar" wrote: Hi, We are using solr 6.6, and we are looking for guidance documentation o

solr in memory testing

2017-08-08 Thread Thaer Sammar
Hi, We are using solr 6.6, and we are looking for guidance documentation or java example on how to create a solr core inmeory for the purpose of testing using solrj. We found https://wiki.searchtechnologies.com/index.php/Unit_Testing_with_Embedded_Solr but this works for solr v.4 and earlier v