Warning: Undefined array key "HTTPS" in include() (line 29 of /opt/www/fdv2/drupal.stage/web/sites/default/settings.local.php).
include('/opt/www/fdv2/drupal.stage/web/sites/default/settings.local.php') (Line: 4)
require('/opt/www/fdv2/drupal.stage/web/sites/drupal001.net/settings.php') (Line: 145)
Drupal\Core\Site\Settings::initialize('/opt/www/fdv2/drupal.stage/web', 'sites/drupal001.net', Object) (Line: 1099)
Drupal\Core\DrupalKernel->initializeSettings(Object) (Line: 701)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Solr4.x里面的URL链接如何获取? - Drupal大学 - Drupal问答论坛
首页 / 帖子
Solr4.x里面的URL链接如何获取?

今天配置了一下Solr 4.7和Drupal7,但是Solr Admin里面的连接都是有hash的,比如

localhost:8983/solr/#/~cores/corename

但是这样配置没有办法在drupal里面得到正确的collection名字,怎么办呢?

1个答案
Amanda Song
发布于:2014-12-04 11:31

把那个hash和~cores去掉就可以,虽然那个直接打不开,但是不影响drupal接口调用solr服务。

localhost:8983/solr/corename