Skip to content

Commit d5177b6

Browse files
committed
fixed old MEI folder not being detected; fixes #27763
1 parent a6a3061 commit d5177b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

goobi-viewer-indexer/src/main/java/io/goobi/viewer/indexer/MetsIndexer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ public class MetsIndexer extends Indexer {
110110
protected static final String[] DATA_FOLDER_PARAMS =
111111
{ DataRepository.PARAM_MEDIA, DataRepository.PARAM_FULLTEXT, DataRepository.PARAM_FULLTEXTCROWD, DataRepository.PARAM_ABBYY,
112112
DataRepository.PARAM_TEIWC, DataRepository.PARAM_ALTO, DataRepository.PARAM_ALTOCROWD, DataRepository.PARAM_MIX,
113-
DataRepository.PARAM_UGC, DataRepository.PARAM_CMS, DataRepository.PARAM_TEIMETADATA, DataRepository.PARAM_ANNOTATIONS };
113+
DataRepository.PARAM_UGC, DataRepository.PARAM_CMS, DataRepository.PARAM_TEIMETADATA, DataRepository.PARAM_ANNOTATIONS,
114+
DataRepository.PARAM_MEI };
114115

115116
protected static final String XPATH_DMDSEC = "/mets:mets/mets:dmdSec[@ID='"; //NOSONAR XPath, not URI
116117
public static final String XPATH_FILE = "mets:file";

0 commit comments

Comments
 (0)