suffix processing

Post Reply
kdua
Posts: 10
Joined: Mon Jul 23, 2001 3:01 pm

suffix processing

Post by kdua »

I have 2 questions-
1. Do I have to create the Index with the suffix processing apicp parameters so that my search can find words with suffixes.
2. Does Suffix precessing work with 2 word queries?

I have set the foll parameters:
<apicp suffixproc 1>
<apicp minwordlen 5>
<$minsuflst = "s" "es" "'s" "'">
<apicp suffix $minsuflst>
but my search is not getting 'dry eye' when i search for 'dry eyes'..instead it gets pages with dry or eye..but not both....i have also tried setting likepallmatch=1 but then it doesn't get anything...
Pls help..
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

suffix processing

Post by John »

You do not need to rebuild the index with different suffix processing settings.

The suffix processing does work with two word queries.

The problem in your example is that minwordlen is set to 5, and you want suffixes removed down to a length of 3 for "eye".
John Turnbull
Thunderstone Software
kdua
Posts: 10
Joined: Mon Jul 23, 2001 3:01 pm

suffix processing

Post by kdua »

Thanks so much..it worked..
Post Reply