Add hebrew document language

This commit is contained in:
wallace
2021-08-24 01:19:42 +03:00
parent 945ca6f561
commit 589c41003f
7 changed files with 48 additions and 2 deletions

View File

@ -114,7 +114,13 @@ object SolrSetup {
"Add japanese content field",
addContentField(Language.Japanese)
),
SolrMigration.reIndexAll(15, "Re-Index after adding japanese content field")
SolrMigration.reIndexAll(15, "Re-Index after adding japanese content field"),
SolrMigration[F](
16,
"Add hebrew content field",
addContentField(Language.Hebrew)
),
SolrMigration.reIndexAll(17, "Re-Index after adding hebrew content field")
)
def addFolderField: F[Unit] =