PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   indexing " numeric " words (http://www.phpdig.net/forum/showthread.php?t=432)

laurentxav 01-23-2004 12:22 AM

indexing " numeric " words
 
Hello,

I would like to index "numeric" words such as reference numbers (like for example 20100004). It seems that it doesn't work correctly.

Here is an example of code where PhpDig has indexed the number :
Code:

<TD align=CENTER class="H2dep7"><strong>20100004</strong></TD>
In this case, when I serach for the number 20100004, I find it.


But with this code :
Code:

<TD align=center>22200003</TD>
The number isn't indexed. Why ?

Thanks
Laurent

Charter 01-23-2004 10:32 AM

Hi. Are you using PhpDig 1.8.0? If so, then try decreasing define('CHUNK_SIZE',2048); in the config file to something like define('CHUNK_SIZE',200); depending on the size of the page being indexed.

laurentxav 01-26-2004 05:11 AM

Hi!

Yes, I'm using PhpDig 1.8.0.
It works fine using 200 as CHUNK_SIZE value.
Many thanks!


All times are GMT -8. The time now is 09:57 AM.

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