solr migration button
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<field name="avatarImagePath" type="string" indexed="false" 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"/>
|
||||
|
||||
<!-- Timestamp Fields -->
|
||||
<field name="createdAt" type="pdate" indexed="true" stored="true"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user