RE: solr connection question

2010-07-09 Thread Chris Hostetter
: Yes I mean HTTP-requests : How can I log them? it's entirely dependent on your Servlet Container (ie: jetty, tomcat, resin, weblogic, etc...) If you are using the example jetty provided in the solr releases (ie: java -jar start.jar) they show up in examples/logs -Hoss

Re: solr connection question

2010-07-09 Thread Leonardo Menezes
jarrlll On Fri, Jul 9, 2010 at 10:20 AM, Óscar Marín Miró wrote: > xD > > On Thu, Jul 8, 2010 at 2:58 PM, Alejandro Gonzalez > wrote: > > ok please don't forget it :) > > > > 2010/7/8 Ruben Abad > > > >> Jorl, ok tendré que modificar mi petición de vacaciones :( > >> Rubén Abad > >> > >> >

Re: solr connection question

2010-07-09 Thread Óscar Marín Miró
xD On Thu, Jul 8, 2010 at 2:58 PM, Alejandro Gonzalez wrote: > ok please don't forget it :) > > 2010/7/8 Ruben Abad > >> Jorl, ok tendré que modificar mi petición de vacaciones :( >> Rubén Abad >> >> >> On Thu, Jul 8, 2010 at 2:46 PM, ZAROGKIKAS,GIORGOS < >> g.zarogki...@multirama.gr> wrote

Re: solr connection question

2010-07-08 Thread Alejandro Gonzalez
ok please don't forget it :) 2010/7/8 Ruben Abad > Jorl, ok tendré que modificar mi petición de vacaciones :( > Rubén Abad > > > On Thu, Jul 8, 2010 at 2:46 PM, ZAROGKIKAS,GIORGOS < > g.zarogki...@multirama.gr> wrote: > > > Hi solr users > > > > I need to know how solr manages the connectio

RE: solr connection question

2010-07-08 Thread ZAROGKIKAS,GIORGOS
Yes I mean HTTP-requests How can I log them? -Original Message- From: Sven Maurmann [mailto:sven.maurm...@kippdata.de] Sent: Thursday, July 08, 2010 3:56 PM To: solr-user@lucene.apache.org Subject: Re: solr connection question Hi, Solr runs as a Web application. The requests you most

Re: solr connection question

2010-07-08 Thread Ruben Abad
Jorl, ok tendré que modificar mi petición de vacaciones :( Rubén Abad On Thu, Jul 8, 2010 at 2:46 PM, ZAROGKIKAS,GIORGOS < g.zarogki...@multirama.gr> wrote: > Hi solr users > > I need to know how solr manages the connections when we make a > request(select update commit) > Is there any conn

Re: solr connection question

2010-07-08 Thread Sven Maurmann
Hi, Solr runs as a Web application. The requests you most probably mean are just HTTP-requests to the underlying container. Internally each request is processed against the Lucene index, usually being a file- based one. Therefore there are no connections like in a database application, where you

solr connection question

2010-07-08 Thread ZAROGKIKAS,GIORGOS
Hi solr users I need to know how solr manages the connections when we make a request(select update commit) Is there any connection pooling or an article to learn about it connection management?? How can I log in a file the connections solr server I have setup my solr 1.4 with tomcat Thanks i