Re: 404 response from Schema API

2020-05-15 Thread Mark H. Wood
On Thu, May 14, 2020 at 02:47:57PM -0600, Shawn Heisey wrote: > On 5/14/2020 1:13 PM, Mark H. Wood wrote: > > On Fri, Apr 17, 2020 at 10:11:40AM -0600, Shawn Heisey wrote: > >> On 4/16/2020 10:07 AM, Mark H. Wood wrote: > >>> I need to ask Solr 4.10 for the name of the unique key field of a > >>> s

Re: 404 response from Schema API

2020-05-14 Thread Shawn Heisey
On 5/14/2020 1:13 PM, Mark H. Wood wrote: On Fri, Apr 17, 2020 at 10:11:40AM -0600, Shawn Heisey wrote: On 4/16/2020 10:07 AM, Mark H. Wood 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. The Luke Req

Re: 404 response from Schema API

2020-05-14 Thread Mark H. Wood
On Thu, May 14, 2020 at 03:13:07PM -0400, Mark H. Wood wrote: > Anyway, I'll be reading up on how to upgrade to 5. (Hopefully not > farther, just yet -- changes between, I think, 5 and 6 mean I'd have > to spend a week reloading 10 years worth of data. For now I don't > want to go any farther tha

Re: 404 response from Schema API

2020-05-14 Thread Mark H. Wood
On Fri, Apr 17, 2020 at 10:11:40AM -0600, Shawn Heisey wrote: > On 4/16/2020 10:07 AM, Mark H. Wood 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://too

Re: 404 response from Schema API

2020-04-17 Thread Shawn Heisey
On 4/16/2020 10:07 AM, Mark H. Wood 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:/

Re: 404 response from Schema API

2020-04-16 Thread Mark H. Wood
On Thu, Apr 16, 2020 at 02:00:06PM -0400, Erick Erickson wrote: > Assuming isw6_3 is your collection name, you have > “solr” and “isw6_3” reversed in the URL. No. Solr's context is '/isw6_3/solr' and the core is 'statistics'. > Should be something like: > https://toolshed.wood.net:8443/solr/isw6

Re: 404 response from Schema API

2020-04-16 Thread Erick Erickson
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/.

404 response from Schema API

2020-04-16 Thread Mark H. Wood
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/