Skip to content

Commit 48f6dae

Browse files
committed
also use plong for DATEDELETED
1 parent 01560dd commit 48f6dae

File tree

1 file changed

+1
-1
lines changed
  • goobi-viewer-indexer/src/main/resources/other

1 file changed

+1
-1
lines changed

goobi-viewer-indexer/src/main/resources/other/schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<field name="CURRENTNOSORT" type="plong" indexed="true" stored="true" />
132132
<field name="DATAREPOSITORY" type="string" indexed="true" stored="true" />
133133
<field name="DATECREATED" type="plong" indexed="true" stored="true" />
134-
<field name="DATEDELETED" type="tlong" indexed="true" stored="true" />
134+
<field name="DATEDELETED" type="plong" indexed="true" stored="true" />
135135
<field name="DATEINDEXED" type="plong" indexed="true" stored="true" multiValued="true" />
136136
<field name="DATEUPDATED" type="plong" indexed="true" stored="true" multiValued="true" />
137137
<field name="DC" type="string" indexed="true" stored="true" multiValued="true" />

0 commit comments

Comments
 (0)