Document the need to reindex when enabling full resource storage with indexed resources. (#3815)

Co-authored-by: juan.marchionatto <juan.marchionatto@smilecdr.com>
This commit is contained in:
jmarchionatto 2022-07-20 13:24:49 -04:00 committed by GitHub
parent 599f51333f
commit e5cc727013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
type: fix
issue: 3810
title: "Elastic/Lucene documentation was updated to indicate that full reindex is required when enabling
storing resource bodies in indexes when indexed resources exist."

View File

@ -82,4 +82,5 @@ This extension is only valid at the type level, and requires that Extended Lucen
As an experimental feature with the extended indexing, the full resource can be stored in the
search index. This allows some queries to return results without using the relational database.
Note: This does not support the $meta-add or $meta-delete operations.
Note: This does not support the $meta-add or $meta-delete operations. Full reindexing is required
when this option is enabled after resources have been indexed.