PDA

View Full Version : indexing " numeric " words


laurentxav
01-23-2004, 12:22 AM
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 :
<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 :
<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!