(converter) Update confusing state description

SWAP_LEXICON doesn't instruct the index service to do anything.  It just moves the file.
This commit is contained in:
Viktor Lofgren 2023-08-24 18:56:49 +02:00
parent b911665691
commit 5ed5298409

View File

@ -199,7 +199,7 @@ public class ConvertAndLoadActor extends AbstractActorPrototype {
resume = ActorResumeBehavior.RETRY,
description = """
Move the lexicon from the LEXICON_STAGING area to the LEXICON_LIVE area,
then instruct the index-service to reload the lexicon.
so that the index service can load it after repartitioning.
"""
)
public void swapLexicon(Message message) throws Exception {