Sounds like you want to put a proxy type server between clients and Solr servers. That's doable. You can use any of the Solr client libraries to talk to Solr from your proxy. We have done something very very similar very recently in one of our internal projects at Sematext.
Otis -- SOLR Performance Monitoring - http://sematext.com/spm/index.html Search Analytics - http://sematext.com/search-analytics/index.html On Wed, Dec 12, 2012 at 10:35 PM, Romita Saha <romita.s...@sg.panasonic.com>wrote: > I want to integrate Solr with a distributed server. I want to built an > interface in order to do this. This interface would basically pass the > data back and forth from solr to the server and vice versa. On receiving a > request from the server, this interface would add certain information 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 > run > in servlet containers. Maybe you can share what you are really after. > > Otis > -- > SOLR Performance Monitoring - http://sematext.com/spm > On Dec 12, 2012 9:53 PM, "Romita Saha" <romita.s...@sg.panasonic.com> > wrote: > > > 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 page---->webserver (CGI)----> server side program (may be Solr). Could > > you 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 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 > > > > > >