-
Create a new collection called
umami
on your Solr Cloud. -
Deploy the configuration located in the
solr_7.x_config
to this collection.
-
Run
composer install
to download all components. -
Run
drush site:install demo_umami --account-pass=test
to install the site. -
Run
drush drush search-api:index
to index the recipes.
We assume that you know how to configure your webserver ;-)
-
start Solr with
-Dsolr.ltr.enabled=true
-
upload the features
curl -XPUT 'http://localhost:8983/solr/umami/schema/feature-store' --data-binary '@./ltr/umamiFeatures.json' -H 'Content-type:application/json'
-
upload the model
curl -XPUT 'http://localhost:8983/solr/umami/schema/model-store' --data-binary '@./ltr/umamiModel.json' -H 'Content-type:application/json'