At 04:51 AM 4/21/2004 -0800, you wrote:
>I do not get any results using FTS for some keywords like 'Microsoft', 'Job' etc..,
>
>So i thought FTS is treating them as common words.
>i configured word_max to 111% and re-indexed it hoping this will solve this problem.
>I still get same results.
>
>is there any way to disable common words feature. ?
>is there any other reason why i am not getting results for some keywords ?
>
>my fts.conf looks like this
>headers Subject:,Summary:
>item_words 10000
>word_max 111%
>index_all true
>index_asian false
>index_numbers true
If the word is in 'every' message it will still fail, as 'microsoft' may infact be.
To check if it's still a problem with word_max do the reindex then
search the fts log file for 'Forgetting' to see which words it decided to forget.
Also are you sure the re-index worked (so the indexes were deleted
and then started working again for other words)
ChrisP.