This commit is contained in:
Stefan Hardegger
2026-07-20 11:49:52 +02:00
parent d0344813a3
commit 7722c8348c
7 changed files with 233 additions and 1 deletions

View File

@@ -78,7 +78,7 @@
<field name="wordCount" type="pint" indexed="true" stored="true"/>
<field name="rating" type="pint" indexed="true" stored="true"/>
<field name="averageStoryRating" type="pdouble" indexed="true" stored="true"/>
<field name="volume" type="pint" indexed="true" stored="true"/>
<field name="volume" type="pdouble" indexed="true" stored="true"/>
<!-- Multi-tenant Library Separation -->
<field name="libraryId" type="string" indexed="true" stored="true" required="false" default="default"/>