Version 2.0 is a legacy release, and these documents are no longer being maintained.

Populate search index

AtoM maintains an Elasticsearch search index to provide fast, full-text search results with faceting.

Occasionaly it is necessary to repopulate the Elasticsearch index from the primary database, especially after operations that affect many records, e.g.

Populating the search index requires running a symfony command line task, which is located in the root directory of the application.

php symfony search:populate