Let me start with the second question first
> Where does AAKE store the Lucene index? Is is stored in the JWP-IDX pod, or in some sort of persistent storage?
Both options are possible.
By default the Lucene index is stored locally in the POD(s) of the JWP with the appropriate role. But in the JWP section of the values.yml you can define also a PVC:
#configure the persistent volume claim to be used for mounting the index-cache folder.
#index:
# pvc: "pvc-name"
>How does one perform this operation in an AAKE system?
Given the answer above you can imagine that the procedure will be different in both cases.
If the Lucene index is local, then deleting the pod will be sufficient for the rebuild.
If the index is stored on PVC then that would need to be purged before deleting the PODs.
I have not setup any AAKE environment like this, maybe the install-operator can / will handle this automatically?
------------------------------
Cheers,
Marcin
------------------------------
Original Message:
Sent: Jan 07, 2025 05:24 AM
From: Michael A. Lowry
Subject: Rebuilding the Lucene indexes in AAKE
KB142556 describes how to rebuild the Lucene indexes, a step that can be necessary if the indexes become corrupted.
How does one perform this operation in an AAKE system? Is it sufficient to restart the JWP with IDX role?
Where does AAKE store the Lucene index? Is is stored in the JWP-IDX pod, or in some sort of persistent storage?