http://www.slideshare.net/reallyordinary/intro-to-apache-solr-for-drupal-8157887?related=1
I am setting the solr with lando dev tool:
1 - setup the sole server & other settings in lando.yml file like this,
services:
phpma:
type: phpmyadmin
search:
type: solr:8
core: drupal8
portforward: 8983
config:
dir: config/solr-conf/8.x
proxy:
phpma:
- phpma.panth-rare.lndo.site
solr:
- solr.panth-rare.lando.site:8983
After it, run lando rebuild & lando start
Now your solr server is ready, enable the search_api_solr module, and add the solr server,
Full Documentation how to install & configure the solr on drupal 8 with Lando
https://opensenselabs.com/blog/tech/use-apache-solr-drupal-8
After a successful server setup, download the config.zip file & put it config/solr-conf/8.x, where config is the drupal root folder And again rebuild the Lando.
And index the content.
I am setting the solr with lando dev tool:
1 - setup the sole server & other settings in lando.yml file like this,
services:
phpma:
type: phpmyadmin
search:
type: solr:8
core: drupal8
portforward: 8983
config:
dir: config/solr-conf/8.x
proxy:
phpma:
- phpma.panth-rare.lndo.site
solr:
- solr.panth-rare.lando.site:8983
After it, run lando rebuild & lando start
Now your solr server is ready, enable the search_api_solr module, and add the solr server,
Full Documentation how to install & configure the solr on drupal 8 with Lando
https://opensenselabs.com/blog/tech/use-apache-solr-drupal-8
After a successful server setup, download the config.zip file & put it config/solr-conf/8.x, where config is the drupal root folder And again rebuild the Lando.
And index the content.
Comments
Post a Comment