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
:
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.
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
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
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
> >
>
>
> --
&
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
Hi,
Does anyone know of an easy to use Mock solr server?
Thanks
Rob