|
NAMEhtdb_dump -dump the content of an inverted index in Berkeley DB fashion SYNOPSIS
htdb_dump [-klNpWz] [-S pagesize] [-C cachesize] [-d ahr] [-f file] [-h home] [-s subdb] db_file
DESCRIPTIONhtdb_dump is a slightly modified version of the standard Berkeley DB db_dump utility.The htdb_dump utility reads the database file db_file and writes it to the standard output using a portable flat-text format understood by the htdb_load utility. The argument db_file must be a file produced using the Berkeley DB library functions. OPTIONS
The output format of the -d option is not standard and may change, without notice, between releases of the Berkeley DB library.
Dumping and reloading Hash databases that use user-defined hash functions will result in new databases that use the default hash function. While using the default hash function may not be optimal for the new database, it will continue to work correctly. Dumping and reloading Btree databases that use user-defined prefix or comparison functions will result in new databases that use the default prefix and comparison functions. In this case, it is quite likely that the database will be damaged beyond repair permitting neither record storage or retrieval. The only available workaround for either case is to modify the sources for the htdb_load utility to load the database using the correct hash, prefix and comparison functions. ENVIRONMENTDB_HOME If the -h option is not specified and the environment variable DB_HOME is set, it is used as the path of the database home.MIFLUZ_CONFIG file name of configuration file read by WordContext(3). Defaults to ~/.mifluz. AUTHORSSleepycat Software http://www.sleepycat.com/Loic Dachary loic@gnu.org The Ht://Dig group http://dev.htdig.org/ SEE ALSOhtdb_stat(1), htdb_load(1), mifluzdump(1), mifluzload(1), mifluzsearch(1), mifluzdict(1), WordContext(3), WordList(3), WordDict(3), WordListOne(3), WordKey(3), WordKeyInfo(3), WordType(3), WordDBInfo(3), WordRecordInfo(3), WordRecord(3), WordReference(3), WordCursor(3), WordCursorOne(3), WordMonitor(3), Configuration(3), mifluz(3)
Visit the GSP FreeBSD Man Page Interface. |