On 9/24/2015 2:01 PM, Siddhartha Singh Sandhu wrote:
> I wanted to know if we can configure different ports as end points for
> uploading and searching API. Also, if someone could point me in the right
> direction.

>From our perspective, no.

I have no idea whether it is possible at all ... it might be something
that a servlet container expert could figure out, or it might require
code changes to Solr itself.

You probably need another mailing list specifically for the container.
For virtually all 5.x installs, the container is Jetty.  In earlier
versions, it could be any container.

Another possibility would be putting an intelligent proxy in front of
Solr and having it only accept certain handler paths on certain ports,
then forward them to the common port on the Solr server.

If you did manage to do this, it would require custom client code.  None
of the Solr clients for programming languages have a facility for
separate ports.

Thanks,
Shawn

Reply via email to