1.7.5.7.1. Cache index files from $CADENAS_DATA on PARTapplicationServer

The configuration file under $CADENAS_SETUP/filesystems.cfg controls whether caching of the CADENAS_DATA index files should take place:

[CACHEFS(pappserver)]
#enable this stuff.
USECACHEFS=0
#root dir (source) where the caching starts
CACHEROOT=$CADENAS_DATA/index
# sync target dir...
SYNCDIR=$CADENAS_USER/cachefs
#which regex under CACHEROOT not to cache (ignore completely)
NOCACHE=.*index.cfg|.*index.idx
#which regex under CACHEROOT to sync to $CADENAS_USER/cachefs and watch for changes...
SYNCLOCAL=.*lucene.*|.*dym.*|.*sws.*|.*geoindex.*|.*geoindexv2.*|.*topoindex.*|.*index.ic2t|
 .*index0.ic2t|.*index0.c2t|.*index.0.node.*|.*index.0.data.*|.*techterms.xml|.*wordfreq.xml|
 .*index.idx|.*erp.dat
SYNCCHECKSECONDS=900
MAXSYNCTHREADS=10

Setting options: