Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Rohan Thakur
thanks I have instaled cygwin and its running fine now thanks.. On Mon, Feb 4, 2013 at 6:14 PM, Gora Mohanty wrote: > On 4 February 2013 17:50, Rohan Thakur wrote: > > yup I am downloading cygwin now...will be working through there let see > it > > should work though... > [...] > > We are gett

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Gora Mohanty
On 4 February 2013 17:50, Rohan Thakur wrote: > yup I am downloading cygwin now...will be working through there let see it > should work though... [...] We are getting highly off-topic now, but f you have RAM available on the machine, you should seriously consider running Linux in a VM. Regards,

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Rohan Thakur
yup I am downloading cygwin now...will be working through there let see it should work though... On Mon, Feb 4, 2013 at 5:14 PM, Gora Mohanty wrote: > On 4 February 2013 16:58, Rohan Thakur wrote: > > > > hi > > > > I think I have found the problem its windows which is acctualy not able > to >

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Gora Mohanty
On 4 February 2013 16:58, Rohan Thakur wrote: > > hi > > I think I have found the problem its windows which is acctualy not able to > distinguish between double and single quote and thus curl is trying to > resolve the host under double quote individually after -d and thus causing > the error but

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Rohan Thakur
hi I think I have found the problem its windows which is acctualy not able to distinguish between double and single quote and thus curl is trying to resolve the host under double quote individually after -d and thus causing the error but how do I rectify this in windows that is what I am looking f

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Rohan Thakur
hi gora I have tried what you told but now its giving error like: C:\Users\rohan>curl 127.0.0.1:8983/solr/update?commit=true -H "Content-type:appl ication/json" -d '[{"value":"samsung-wave-s5253-silver", "value":{"set":"samsung -111"}}]' {"responseHeader":{"status":500,"QTime":1},"error":{"msg":"

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Gora Mohanty
On 4 February 2013 13:29, Rohan Thakur wrote: > hi arcadius > > can you also help me with partial document update...I have followed what is > written in this blog but its giving me error > http://solr.pl/en/2012/07/09/solr-4-0-partial-documents-update/ > > error im getting after this command :

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Rohan Thakur
hi arcadius I also tried going by this blog but in this too I am not able to use curl for update now it gives can not resolve host even if I can open the host using browserplease can you help me with thisI want to do partial document update for specific field... thanks regards Rohan On M

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-03 Thread Rohan Thakur
hi arcadius can you also help me with partial document update...I have followed what is written in this blog but its giving me error http://solr.pl/en/2012/07/09/solr-4-0-partial-documents-update/ error im getting after this command : C:\Users\rohan>curl localhost:8983/solr/update?commit=true

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-03 Thread Rohan Thakur
It worked thanks alot Arcadius.. On Fri, Feb 1, 2013 at 7:56 PM, Arcadius Ahouansou wrote: > Hi Rohan. > * > * > Solr 4.1 uses Jetty 8. > > You need to put your JDBC driver under SOLR_HOME/lib/ext > > SOLR_HOME/lib/ being where all jetty *jar sit. > You may need to create "ext" if it does not exi

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-01 Thread Arcadius Ahouansou
Hi Rohan. * * Solr 4.1 uses Jetty 8. You need to put your JDBC driver under SOLR_HOME/lib/ext SOLR_HOME/lib/ being where all jetty *jar sit. You may need to create "ext" if it does not exists. HTH. Arcadius. On 1 February 2013 13:25, Rohan Thakur wrote: > hi everyone > > I am getting prob