Assuming isw6_3 is your collection name, you have
“solr” and “isw6_3” reversed in the URL.

Should be something like:
https://toolshed.wood.net:8443/solr/isw6_3/schema/uniquekey

If that’s not the case you need to mention your collection. But in
either case your collection name comes after /solr/.

Best,
Erick

> On Apr 16, 2020, at 12:07 PM, Mark H. Wood <mw...@iupui.edu> wrote:
> 
> I need to ask Solr 4.10 for the name of the unique key field of a
> schema.  So far, no matter what I've done, Solr is returning a 404.
> 
> This works:
> 
>  curl 'https://toolshed.wood.net:8443/isw6_3/solr/statistics/select'
> 
> This gets a 404:
> 
>  curl 'https://toolshed.wood.net:8443/isw6_3/solr/statistics/schema/uniquekey'
> 
> So does this:
> 
>  curl 'https://toolshed.wood.net:8443/isw6_3/solr/statistics/schema'
> 
> We normally use the ClassicIndexSchemaFactory.  I tried switching to
> ManagedIndexSchemaFactory but it made no difference.  Nothing is
> logged for the failed requests.
> 
> Ideas?
> 
> -- 
> Mark H. Wood
> Lead Technology Analyst
> 
> University Library
> Indiana University - Purdue University Indianapolis
> 755 W. Michigan Street
> Indianapolis, IN 46202
> 317-274-0749
> www.ulib.iupui.edu

Reply via email to