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
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
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
: >> 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
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).
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
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
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