godong9 / solr-node

Simple Solr Node Client Project.
MIT License
25 stars 25 forks source link

client with relative path #91

Open MehrCurry opened 4 years ago

MehrCurry commented 4 years ago

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//..'?