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:
parent
599f51333f
commit
e5cc727013
|
@ -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."
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue