| Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
archipelago:fe_search [2019/02/06 15:51] giancarlo |
archipelago:fe_search [2019/02/28 11:49] (current) giancarlo |
| </code> | </code> |
| </WRAP> | </WRAP> |
| | * Check server conf |
| | Browse to admin/config/search/search-api/server/solr_server_name |
| | <WRAP prewrap center> |
| | <code> |
| | Status enabled (disable) |
| | Backend class Solr |
| | Search indexes solr_index_name |
| | Solr connector plugin Standard |
| | Solr server URI http://solrVM.domain.com:8983/solr/ |
| | Solr core URI http://solrVM.domain.com:8983/solr/#/archipelago |
| | Server Connection The Solr server could be reached. |
| | Core Connection The Solr core could be accessed (latency: 7.0372091064453 ms). |
| | Configured Solr Version 7.6.0 |
| | Detected Solr Version 7.6.0 |
| | Indexed 0 items (69 bytes on disk) |
| | Delay 10 sec before updates are processed. |
| | Schema drupal-6.0-solr-7.x |
| | Solr Core Name archipelago |
| | Targeted content domain generic |
| | </code> |
| | </WRAP> |
| | * Check index conf |
| | Browse to admin/config/search/search-api/index/solr_index_name |
| | <WRAP prewrap center> |
| | <code> |
| | Status enabled (disable) |
| | Datasource Content (0/0 indexed) |
| | Tracker Default |
| | Server solr_server_name |
| | Server index status There are 0 items indexed on the server for this index. (More information) |
| | Cron batch size During cron runs, 50 items will be indexed per batch. |
| | </code> |
| | </WRAP> |
| | * Update search_api_solr to 3.x-dev |
| | <WRAP prewrap center> |
| | <code> |
| | cd /var/www/siteDir |
| |
| | sudo -u www-data composer require "drupal/search_api_solr:3.x-dev" --dev "solarium/solarium:^4.3.0-alpha.2" --dev |
| | sudo -u www-data composer update "strawberryfield/strawberryfield" |
| | sudo -u www-data vendor/drush/drush/drush cr |
| | sudo -u www-data vendor/drush/drush/drush updatedb |
| | sudo -u www-data vendor/drush/drush/drush cr |
| | sudo -u www-data vendor/drush/drush/drush search-api-clear |
| | sudo -u www-data vendor/drush/drush/drush search-api-index |
| | </code> |
| | </WRAP> |