solr migration button

This commit is contained in:
Stefan Hardegger
2025-09-23 14:57:16 +02:00
parent 6ee2d67027
commit 51a1a69b45
3 changed files with 18 additions and 6 deletions

View File

@@ -78,7 +78,7 @@
<field name="volume" type="pint" indexed="true" stored="true"/>
<!-- Multi-tenant Library Separation -->
<field name="libraryId" type="string" indexed="true" stored="true" required="true"/>
<field name="libraryId" type="string" indexed="true" stored="true" required="false" default="default"/>
<!-- Reading Status Fields -->
<field name="isRead" type="boolean" indexed="true" stored="true"/>