does Solr support CGI?

2012-12-12 Thread Romita Saha
Hi all, Could anyone tell me if Solr support CGI Thanks and regards, Romita

Re: does Solr support CGI?

2012-12-12 Thread Otis Gospodnetic
CGI as in Computer Gateway Interface? No. Otis -- SOLR Performance Monitoring - http://sematext.com/spm On Dec 12, 2012 9:20 PM, Romita Saha romita.s...@sg.panasonic.com wrote: Hi all, Could anyone tell me if Solr support CGI Thanks and regards, Romita

Re: does Solr support CGI?

2012-12-12 Thread Romita Saha
/2012 10:40 AM Subject:Re: does Solr support CGI? CGI as in Computer Gateway Interface? No. Otis -- SOLR Performance Monitoring - http://sematext.com/spm On Dec 12, 2012 9:20 PM, Romita Saha romita.s...@sg.panasonic.com wrote: Hi all, Could anyone tell me if Solr support CGI Thanks

Re: does Solr support CGI?

2012-12-12 Thread Romita Saha
please tell me in details what exactly a CGI and why Solr cannot support it? Thanks and regards, Romita From: Otis Gospodnetic otis.gospodne...@gmail.com To: solr-user@lucene.apache.org, Date: 12/13/2012 10:40 AM Subject:Re: does Solr support CGI? CGI as in Computer Gateway

Re: does Solr support CGI?

2012-12-12 Thread Otis Gospodnetic
@lucene.apache.org, Date: 12/13/2012 10:40 AM Subject:Re: does Solr support CGI? CGI as in Computer Gateway Interface? No. Otis -- SOLR Performance Monitoring - http://sematext.com/spm On Dec 12, 2012 9:20 PM, Romita Saha romita.s...@sg.panasonic.com wrote: Hi all, Could

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 you

Re: does Solr support CGI?

2012-12-12 Thread Otis Gospodnetic
in details what exactly a CGI and why Solr cannot support it? Thanks and regards, Romita From: Otis Gospodnetic otis.gospodne...@gmail.com To: solr-user@lucene.apache.org, Date: 12/13/2012 10:40 AM Subject:Re: does Solr support CGI? CGI as in Computer Gateway Interface

Re: does Solr support CGI?

2012-12-12 Thread Shawn Heisey
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

Re: does Solr support CGI?

2012-12-12 Thread Chris Hostetter
: I am a little confused about what exactly a CGI is. According to my : understanding, Common gateway interface tells the webserver how to pass : data back and forth to and from an application. user (client) requests for : a pagewebserver (CGI) server side program (may be Solr). Could

Re: does Solr support CGI?

2012-12-12 Thread Shawn Heisey
On 12/12/2012 8:00 PM, Shawn Heisey wrote: 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

Re: does Solr support CGI?

2012-12-12 Thread Romita Saha
to the request and forward it to solr. Thanks and regards, Romita From: Otis Gospodnetic otis.gospodne...@gmail.com To: solr-user@lucene.apache.org, Date: 12/13/2012 10:59 AM Subject:Re: does Solr support CGI? Yes the information passing via url params is the same , but CGIs don't

Re: does Solr support CGI?

2012-12-12 Thread Otis Gospodnetic
otis.gospodne...@gmail.com To: solr-user@lucene.apache.org, Date: 12/13/2012 10:59 AM Subject:Re: does Solr support CGI? Yes the information passing via url params is the same , but CGIs don't run in servlet containers. Maybe you can share what you are really after. Otis