PDA

View Full Version : Chunk Size and Summary Length


vispa
02-23-2005, 04:12 PM
Hi,

Can you tell me what the following actually do?

define('CHUNK_SIZE',1024); //chunk size for regex processing
define('SUMMARY_LENGTH',500); //length of results summary


Thanks

Martin

Charter
02-26-2005, 07:01 PM
PhpDig breaks pages into pieces, or chunks, when indexing. CHUNK_SIZE is the size of those pieces. SUMMARY_LENGTH does nothing. It is a forgot-to-remove constant.