PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   Chunk Size and Summary Length (http://www.phpdig.net/forum/showthread.php?t=1875)

vispa 02-23-2005 04:12 PM

Chunk Size and Summary Length
 
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.


All times are GMT -8. The time now is 11:58 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.