RE: Can create collections with Drupal 8 configset

2020-08-10 Thread Shane Brooks
ry was missing completely. I appreciate all your help! Shane -Original Message- From: Shawn Heisey Sent: Sunday, August 9, 2020 3:24 PM To: solr-user@lucene.apache.org Subject: Re: Can create collections with Drupal 8 configset On 8/9/2020 8:11 AM, Shane Brooks wrote: > Thanks Shawn

Re: Can create collections with Drupal 8 configset

2020-08-09 Thread Shawn Heisey
On 8/9/2020 8:11 AM, Shane Brooks wrote: Thanks Shawn. The way we have it configured presently is as follows: icu4j.jar is located in /opt/solr/contrib/analysis-extras/lib/icu4j-62.1.jar solrconfig.xml contains: Which should load the jar at startup, correct? I do not know if that path spec

RE: Can create collections with Drupal 8 configset

2020-08-09 Thread Shane Brooks
type application/octet-stream but got text/html Thanks, Shane -Original Message- From: Shawn Heisey Sent: Sunday, August 9, 2020 3:00 AM To: solr-user@lucene.apache.org Subject: Re: Can create collections with Drupal 8 configset On 8/8/2020 10:31 PM, Shane Brooks wrote

Re: Can create collections with Drupal 8 configset

2020-08-09 Thread Shawn Heisey
On 8/8/2020 10:31 PM, Shane Brooks wrote: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://192.168.xx.xx:8983/solr: Expected mime type application/octet-stream but got text/html. \n\nhttp-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/

Can create collections with Drupal 8 configset

2020-08-08 Thread Shane Brooks
Hello, Main info: Drupal 8, SOLRCloud 7.7.3, Zookeeper 3.4.14, search_api 8.x-1.17, search_api_solr 4.14 Migrating from a standalone SOLR 7.7.3 instance where everything works as expected. Drupal 7 configset gives us no issue on SOLRCloud. Issue: When I try to create a new collection using th