- Issue created by @sanket.addweb
- Status changed to Closed: works as designed
4 months ago 6:41pm 23 July 2024 - 🇨🇦Canada mparker17 UTC-4
The
8.0.x-dev
branch of this module (including8.0.0-alpha1
) uses Search API's configuration forms...- To add an Elasticsearch server, go to
/admin/config/search/search-api
, click theAdd server
button, set Backend toElasticSearch
, and fill in the Configure ElasticSearch backend section of the form. - To add an Elasticsearch index, go to
/admin/config/search/search-api
, click the "Add index" button, and set Server to a server whose Backend is set toElasticSearch
, fill in the rest of the index information, and clickSave and add fields
. In the next step, clickAdd
next to each field you want to index (you will configure the fields in the next step), then clickDone
. Configure the fields, then clickSave changes
. Click Processors at the top to modify processors. - To see a list of Elasticsearch servers and indexes, go to
/admin/config/search/search-api
- To edit an Elasticsearch server and/or index, go to
/admin/config/search/search-api
and click theEdit
button next to the server or index that you want to change. When editing an index, use the Edit, Fields, and Processors tabs at the top to change those things. - To delete an Elasticsearch server or index, go to
/admin/config/search/search-api
and click theDelete
button next to the server or index that you want to delete.
- To add an Elasticsearch server, go to