This commit is contained in:
dockes 2006-12-07 13:24:19 +00:00
parent da487d7bd5
commit 62e8a7ad2c

View File

@ -1,5 +1,5 @@
#ifndef lint #ifndef lint
static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.99 2006-12-07 13:02:27 dockes Exp $ (C) 2004 J.F.Dockes"; static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.100 2006-12-07 13:24:19 dockes Exp $ (C) 2004 J.F.Dockes";
#endif #endif
/* /*
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -72,6 +72,9 @@ namespace Rcl {
// longer path and uniquize with hash. The goal for this is to avoid // longer path and uniquize with hash. The goal for this is to avoid
// xapian max term length limitations, not to gain space (we gain very // xapian max term length limitations, not to gain space (we gain very
// little even with very short maxlens like 30) // little even with very short maxlens like 30)
// Note that Q terms add the ipath to this, and that the xapian max
// key length seems to be around 250
// The value for PATHHASHLEN includes the length of the hash part.
#define PATHHASHLEN 150 #define PATHHASHLEN 150
// Synthetic abstract marker (to discriminate from abstract actually // Synthetic abstract marker (to discriminate from abstract actually