Automate the Reindexing Process with Python
This script is under development, I cannot provide any guarantees that the script will work properly (will not create any problems), so use it at your own risk
How to run the following script:
- Start by adding a new indice file inside the indices directory
- Update the index_config.json file To explain the properties "":{ "idx_name": "", # add the name of the index you want to reindex "dst_name": "", # add the name of the tmp index, it is used only for storing the data until you recreate the indice <idx_name> "indexfile": "indices/" # specify the path of the indice file, remember change only the part }
- Update the start.sh # add the necessary information
- finally run the script