Changes between Version 1 and Version 2 of proposals/GeoNetworkDataDir
- Timestamp:
- 03/09/12 02:34:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
proposals/GeoNetworkDataDir
v1 v2 1 = Document and Field boosting=1 = GeoNetwork data directory = 2 2 3 3 || '''Date''' || 2012/03/09 || … … 10 10 11 11 == Overview == 12 13 The GeoNetwork data directory is the location on the file system where GeoNetwork stores all of its custom configuration. This configuration defines such things as: What thesaurus is used by GeoNetwork? What schema is plugged in GeoNetwork?. The data directory also contains a number of support files used by GeoNetwork for various purposes (eg. Lucene index, spatial index, logos). 14 15 It is a good idea to define an external data directory when going to production in order to make upgrade easier. 12 16 13 17 … … 30 34 31 35 36 === Structure of the data directory === 37 38 * data_directory/ 39 * codelist: The thesaurus in SKOS format 40 * config: Extra configuration (eg. overrides) 41 * schemaplugin-uri-catalog.xml 42 * JZKitConfig.xml 43 * metadata_data: The data related to metadata records 44 * index: All indexes used for search 45 * nonspatial: Lucene index 46 * spatialindex.*: ESRI Shapefile for the index (if not using PostGIS) 47 * resources: 48 * htmlcache 49 * images 50 * harvesting 51 * logo 52 * statTmp 53 * removed: Folder with removed metadata. 54 * svn_repository: The subversion repository 55 * schemaPlugins: The directory used to store new metadata standards 56 32 57 === Backwards Compatibility Issues === 33 58