Dans
fichier de configuration sous $CADENAS_SETUP/filesystems.cfg
contrôle de la mise en cache des fichiers d’index CADENAS_DATA
débit:
Variante A : Si le PARTapplicationServer et $CADENAS_DATA se trouvent sur le même serveur, la mise en cache n'est pas nécessaire.
Variante B : Si le PARTapplicationServer et $CADENAS_DATA ne se trouvent pas sur le même serveur, la mise en cache est nécessaire.
Activez la mise en cache des fichiers d’index pour les raisons suivantes : le PARTapplicationServer ne Fonctionne efficacement. Le répertoire
cadenas_data/index
est répliqué. Par conséquent, de l’espace sur le disque dur local doit être disponible.
[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
USECACHEFS=1 (par défaut = 0 = désactivé)
Choisissez 1 si vous avez configuré dans PARTadmin soit l'option Catalogues, recherche et base de données via AppServer [Catalog browsing, search and database with AppServer], soit l'option Catalogues et recherche via AppServer [Catalog browsing and search with AppServer], soit l'option Recherche via AppServer [Search with AppServer].
Indication du répertoire de cache
SYNCDIR=$CADENAS_USER/cache_index
=> L'index du cache est ainsi enregistré sous "C:©windows\32\config\Systemprofile\cache_index". Si cela n'est pas souhaité, un autre chemin peut être défini.