Add a flag to the reindex command to force a full reindex

That can be helpful when the search service configuration has changed,
e.g. by enabling TIKA. Previously files that had already been indexed
were not indexed again and thus were no part of the fulltext index.

Fixes #2285
Fixes #2578
This commit is contained in:
André Duffeck
2026-04-14 08:20:28 +02:00
parent 366296eba6
commit 60bcc6b0f2
10 changed files with 112 additions and 73 deletions
@@ -6,7 +6,7 @@ package mocks
import (
"github.com/opencloud-eu/icap-client"
"github.com/stretchr/testify/mock"
mock "github.com/stretchr/testify/mock"
)
// NewScanner creates a new instance of Scanner. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.