View Single Post
Old 07-20-2005, 12:14 PM   #4
Dave A
Purple Mole
 
Dave A's Avatar
 
Join Date: Aug 2004
Location: North Island New Zealand
Posts: 170
Check your config file to see what the minimum word size is set to:
define('SMALL_WORDS_SIZE',2); //words to not index - must be 2 or more
define('MAX_WORDS_SIZE',30); //max word size

This part of your config file smay be set to something different.
Dave A is offline   Reply With Quote