1.7.5.7.2. Caching index files of $CADENAS_DATA onPARTapplicationServer

In the configuration file under $CADENAS_SETUP/filesystems.cfg it is controlled, whether a caching of CADENAS_DATA index files shall be processed:

[CACHEFS(pssearchserver)]
#enable this stuff.
USECACHEFS=1
#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.*|.*index.ic2t|
 .*index0.ic2t|.*index0.c2t|.*index.0.node.*|.*index.0.data.*
SYNCCHECKSECONDS=180
MAXSYNCTHREADS=100

[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: