RE: testing with EmbeddedSolrServer

2015-09-01 Thread Moen Endre
*] AND Stop_Date:["+beginDate+" TO *]) )"; .. } And I would like to write a test-case that only returns the records that intersects a given daterange. Cheers Endre -Original Message- From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] Sent: 31. august 2015 1

Re: testing with EmbeddedSolrServer

2015-09-01 Thread Mikhail Khludnev
te:["+beginDate+" TO *]) )"; > .. > } > > And I would like to write a test-case that only returns the records that > intersects a given daterange. > > > Cheers > Endre > > > > > -Original Message- > From: Mikhail Khludnev [mailto:mkhlud.

RE: testing with EmbeddedSolrServer

2015-08-31 Thread Moen Endre
]] DEBUG o.apache.solr.update.SolrIndexWriter - Closing Writer DirectUpdateHandler2 Cheers Endre -Original Message- From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] Sent: 25. august 2015 19:43 To: solr-user Subject: Re: testing with EmbeddedSolrServer Hello, I'm trying to guess

Re: testing with EmbeddedSolrServer

2015-08-31 Thread Mikhail Khludnev
gt; INFO o.a.solr.update.DefaultSolrCoreState - closing IndexWriter with > IndexWriterCloser > [TEST-TestSolrEmbeddedServer.testNodeConfigConstructor-seed#[41C3C11DE20DD5CE]] > DEBUG o.apache.solr.update.SolrIndexWriter - Closing Writer > DirectUpdateHandler2 > > Cheers > Endre > &

Re: testing with EmbeddedSolrServer

2015-08-25 Thread Mikhail Khludnev
Hello, I'm trying to guess what are you doing. It's not clear so far. I found http://stackoverflow.com/questions/11951695/embedded-solr-dih My conclusion, if you play with DIH and EmbeddedSolrServer you'd better to avoid the third beast, you don't need to bother with tests. I guess that main() is