Yes with Nginx in front of it
Bill Bell
Sent from mobile
> On Dec 13, 2016, at 2:54 PM, Max Bridgewater
> wrote:
>
> I have one Solr core on my solr 6 instance and I can query it with:
>
> http://localhost:8983/solr/mycore/search?q=*:*
>
> Is there a way to configure solr 6 so that I can s
your clients, which you can later change.
: Date: Tue, 13 Dec 2016 16:54:18 -0500
: From: Max Bridgewater
: Reply-To: solr-user@lucene.apache.org
: To: solr-user@lucene.apache.org
: Subject: Solr 6 Default Core URL
:
: I have one Solr core on my solr 6 instance and I can query it with
I have one Solr core on my solr 6 instance and I can query it with:
http://localhost:8983/solr/mycore/search?q=*:*
Is there a way to configure solr 6 so that I can simply query it with this
simple URL?
http://localhost:8983/search?q=*:*
Thanks.
Max,