Re: Update/Reindex

2022-06-21 Thread Shawn Heisey
On 6/21/2022 8:29 AM, Mike wrote: Did I understand that correctly, with version 8 you cannot update a dataset, only reindex it. In the past, however, this was possible, e.g. with version 4 That really depends on exactly what you mean by "update a dataset" ... 8.x should have all the indexing c

Re: Update/Reindex

2022-06-21 Thread David Hastings
you have never been able to "update" unless all fields are stored. if you have indexed only fields, they would always be lost, it was always a read/destroy/re-index, but only for stored fields. if you got a general text non-stored field it is gone. On Tue, Jun 21, 2022 at 10:30 AM Mike wrote:

Update/Reindex

2022-06-21 Thread Mike
Hello! Did I understand that correctly, with version 8 you cannot update a dataset, only reindex it. In the past, however, this was possible, e.g. with version 4 cu