Re: how-to configure mysql pool connection on Solr Server

2013-02-07 Thread elyograg
> Hi > > I need configure a mysql pool connection on Solr Server for using on > custom plugin. I saw DataImportHandler wiki: > http://wiki.apache.org/solr/DataImportHandler , but it's seems that > DataImportHandler open the connection when handler is calling and close > when finish import and I

Re: does Solr support CGI?

2012-12-12 Thread elyograg
> Yes thats right. CGI as in Computer Gateway Interface. I understand that > you say Solr cannot support CGI. Am I correct? Could you kindly explain in > more details. Your question makes us all scratch our heads. Solr is a java servlet that runs in a servlet container. CGI is something that yo