Skip to content

Commit

Permalink
remove "in place" from Solr reindex step #10952
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Dec 11, 2024
1 parent fe13a43 commit 2de57e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release-notes/6.5-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Below is the simplest way to reindex Solr:
curl http://localhost:8080/api/admin/index
```

The API above rebuilds the existing index "in place". If you want to be absolutely sure that your index is up-to-date and consistent, you may consider wiping it clean and reindexing everything from scratch (see [the guides](https://guides.dataverse.org/en/latest/admin/solr-search-index.html)). Just note that, depending on the size of your database, a full reindex may take a while and the users will be seeing incomplete search results during that window.
The API above rebuilds the existing index. If you want to be absolutely sure that your index is up-to-date and consistent, you may consider wiping it clean and reindexing everything from scratch (see [the guides](https://guides.dataverse.org/en/latest/admin/solr-search-index.html)). Just note that, depending on the size of your database, a full reindex may take a while and the users will be seeing incomplete search results during that window.

9\. Run reExportAll to update dataset metadata exports

Expand Down

0 comments on commit 2de57e1

Please sign in to comment.