mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Add the japanese content field to solr
This is a follow up on #961. It was forgotten when the japanese language was added.
This commit is contained in:
parent
e696c06656
commit
c59d4f8a6d
@ -108,7 +108,13 @@ object SolrSetup {
|
||||
"Add latvian content field",
|
||||
addContentField(Language.Latvian)
|
||||
),
|
||||
SolrMigration.reIndexAll(13, "Re-Index after adding latvian content field")
|
||||
SolrMigration.reIndexAll(13, "Re-Index after adding latvian content field"),
|
||||
SolrMigration[F](
|
||||
14,
|
||||
"Add japanese content field",
|
||||
addContentField(Language.Japanese)
|
||||
),
|
||||
SolrMigration.reIndexAll(15, "Re-Index after adding japanese content field")
|
||||
)
|
||||
|
||||
def addFolderField: F[Unit] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user