Mark,
As a 2nd thought, maybe, I was just focusing on what I thought you
needed initially which is allow client to query solr and at the same
time restrict specific request parameters, both apache and a any rich
transparent proxy can do the job easily, apache can rewrite the URL and
map only
Why complicate it?, I think the simplest solution to the poster question
is either a transparent proxy or proxy jetty (or tomcat) via Apache Web
Server.
I don't think there will be any difference between either, only how easy
one or the other are to implement.
HTH,
Guido.
On 27/11/13 14:13
What about using some JSONP techniques since the results in the Solr
instance rest as key/value pairs?
On 11/26/13, 10:53 AM, "Markus Jelsma" wrote:
>I don't think you mean client-side proxy. You need a server side layer
>such as a normal web application or good proxy. We use Nginx, it is very
kus Jelsma"
Para: solr-user@lucene.apache.org
Enviados: Martes, 26 de Noviembre 2013 13:53:31
Asunto: RE: Client-side proxy for Solr 4.5.0
I don't think you mean client-side proxy. You need a server side layer such as
a normal web application or good proxy. We use Nginx, it is very fa
I don't think you mean client-side proxy. You need a server side layer such as
a normal web application or good proxy. We use Nginx, it is very fast and very
feature rich. Its config scripting is usually enough to restrict access and
limit input parameters. We also use Nginx's embedded Perl and