solr-node icon indicating copy to clipboard operation
solr-node copied to clipboard

client with relative path

Open MehrCurry opened this issue 5 years ago • 0 comments

I have a web app and solr both behind an api gateway. So i want to create a client which uses only a relative path. In the documentation you say that both host and port are optional. But when i leave them out, the client uses 127.0.0.1:8983.

Is there a way to access only '/solr//..'?

MehrCurry avatar Jan 07 '20 08:01 MehrCurry