Re: Best way to unit test solr integration

2009-03-27 Thread Eric Pugh
us of dreaded OOMs). Thanks, -Joe -Original Message- From: Eric Pugh [mailto:ep...@opensourceconnections.com] Sent: Friday, March 27, 2009 11:27 AM To: solr-user@lucene.apache.org Subject: Re: Best way to unit test solr integration So my first thought is that "unit test + solr inte

Re: Best way to unit test solr integration

2009-03-27 Thread Otis Gospodnetic
svn, or by browising the svn repository via the Web. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Joe Pollard > To: "solr-user@lucene.apache.org" > Sent: Friday, March 27, 2009 12:50:31 PM > Subject: RE: Best way to unit t

RE: Best way to unit test solr integration

2009-03-27 Thread Joe Pollard
to:ep...@opensourceconnections.com] Sent: Friday, March 27, 2009 11:27 AM To: solr-user@lucene.apache.org Subject: Re: Best way to unit test solr integration So my first thought is that "unit test + solr integration" is an oxymoron. In the sense that unit test implies the smallest func

Re: Best way to unit test solr integration

2009-03-27 Thread Eric Pugh
So my first thought is that "unit test + solr integration" is an oxymoron. In the sense that unit test implies the smallest functional unit, and solr integration implies multiple units working together. It sounds like you have two different tasks. the code that generate queies, you can te

Best way to unit test solr integration

2009-03-27 Thread Joe Pollard
Hello, On our project, we have quite a bit of code used to generate Solr queries, and I need to create some unit tests to ensure that these continue to work. In addition, I need to generate some unit tests that will test indexing and retrieval of certain documents, based on our current schema