Re: Connect to SOLR over socket file

2012-08-10 Thread Jon Drukman
On Fri, Aug 10, 2012 at 2:44 AM, Jason Axelson wrote: > You're correct that there is an underlying problem I'm trying to > solve. The underlying problem is that due to the security policies I > cannot run another service that listens on a TCP port, but a unix > domain socket would be okay. It look

Re: Connect to SOLR over socket file

2012-08-10 Thread Jason Axelson
You're correct that there is an underlying problem I'm trying to solve. The underlying problem is that due to the security policies I cannot run another service that listens on a TCP port, but a unix domain socket would be okay. It looks like I might have to go with mysql full-text search or someth

Re: Connect to SOLR over socket file

2012-08-10 Thread Michael Kuhlmann
On 10.08.2012 04:42, Jason Axelson wrote: Hi Michael, Thanks for the information. Unfortunately I'm having a hard time finding any servlet containers that can serve over a unix domain socket. Also it looks like EmbeddedSolr won't work since I am not writing the application in Java (it's in Ruby

Re: Connect to SOLR over socket file

2012-08-09 Thread Chris Hostetter
: >> Is it possible to connect to SOLR over a socket file as is possible : >> with mysql? I've looked around and I get the feeling that I may be : >> mi-understanding part of SOLR's architecture. Why are you specificly interested in trying to talk to solr over a socket file? https://people.apac

Re: Connect to SOLR over socket file

2012-08-09 Thread Jason Axelson
Hi Michael, Thanks for the information. Unfortunately I'm having a hard time finding any servlet containers that can serve over a unix domain socket. Also it looks like EmbeddedSolr won't work since I am not writing the application in Java (it's in Ruby on Rails and I'm using it through Sunspot).

Re: Connect to SOLR over socket file

2012-08-08 Thread Michael Kuhlmann
On 07.08.2012 21:43, Jason Axelson wrote: Hi, Is it possible to connect to SOLR over a socket file as is possible with mysql? I've looked around and I get the feeling that I may be mi-understanding part of SOLR's architecture. Any pointers are welcome. Thanks, Jason Hi Jason, not that I kno

Re: Connect to SOLR over socket file

2012-08-07 Thread Walter Underwood
Yes. You connect over a socket and talk HTTP. --wunder On Aug 7, 2012, at 12:43 PM, Jason Axelson wrote: > Hi, > > Is it possible to connect to SOLR over a socket file as is possible > with mysql? I've looked around and I get the feeling that I may be > mi-understanding part of SOLR's architectu

Connect to SOLR over socket file

2012-08-07 Thread Jason Axelson
Hi, Is it possible to connect to SOLR over a socket file as is possible with mysql? I've looked around and I get the feeling that I may be mi-understanding part of SOLR's architecture. Any pointers are welcome. Thanks, Jason