Mock solr server

2008-11-27 Thread Robert Young
Hi, Does anyone know of an easy to use Mock solr server? Thanks Rob

Re: Mock solr server

2008-11-27 Thread Jeryl Cook
are you trying to unit test something? I would simply make use of the Embedded SOLR component in your unit tests.. On 11/27/08, Robert Young <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know of an easy to use Mock solr server? > > Thanks > Rob > -- Jery

Re: Mock solr server

2008-11-28 Thread Robert Young
imply make use of the > Embedded SOLR component in your unit tests.. > > On 11/27/08, Robert Young <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Does anyone know of an easy to use Mock solr server? > > > > Thanks > > Rob > > > > > -- &

Re: Mock solr server

2008-11-28 Thread Erik Hatcher
In solr-ruby there is a basic "mock" Solr server implementation: <http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr-ruby/test/unit/solr_mock_base.rb?view=markup > It's used to test some core response handling routines, like this: <http://svn.apach

Re: Mock solr server

2008-11-28 Thread Robert Young
Will look into it, thanks. On Fri, Nov 28, 2008 at 9:01 AM, Erik Hatcher <[EMAIL PROTECTED]>wrote: > In solr-ruby there is a basic "mock" Solr server implementation: > > < > http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr-ruby/test/unit/solr_mock_b

how to mock solr server solr_sruby

2012-02-22 Thread solr
: http://lucene.472066.n3.nabble.com/how-to-mock-solr-server-solr-sruby-tp3766080p3766080.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to mock solr server solr_sruby

2012-02-22 Thread Erik Hatcher
starting solr server by using > start.jsr. > Now i want to write mockobjects for solr connection and code written in my > ruby file to search data from solr. > Can anybody suggest how to do testing without stating solr server > > -- > View this message in context: > http