Suffix processing question

Post Reply
tboyer
Posts: 68
Joined: Mon Aug 28, 2006 4:43 pm

Suffix processing question

Post by tboyer »

Hi folks:

when we query our index for tax, we're getting matches on taxi.

We are using an expanded suffix list (below) but 'i' isn't on it. There a way to tell the system to not suffix proc a single 'i' (not that we would necessarily want to do that, but is the option available?)

<$sufs9="'" "able" "age" "aged" "ager" "ages" "al" "ally" "ance"
"anced" "ancer" "ances" "ant" "ary" "at" "ate" "ated"
"ater""atery" "ates" "atic" "ed" "en" "ence" "enced"
"encer" "ences" "end" "ent" "er" "ery" "es" "ess" "est"
"ful" "ial" "ible" "ibler" "ic" "ical" "ice" "iced"
"icer" "ices" "ics" "ide" "ided" "ider" "ides" "ier"
"ily" "ing" "ion" "ious" "ise" "ised" "ises" "ish" "ism"
"ist" "ity" "ive" "ived" "ives" "ize" "ized" "izer"
"izes" "less" "ly" "ment" "ncy" "ness" "nt" "ory" "ous"
"re" "red" "res" "ry" "s" "ship" "sion" "th" "tic"
"tion" "ty" "ual" "ul" "ward">
<apicp minwordlen $wordlen>
<apicp qmaxsetwords 1000><!-- default 500 -->
<apicp qmaxwords 2000><!-- default 1100 -->
<apicp exactphrase 1>
<apicp qminwordlen 1>
<apicp alintersects 1>
<apicp alwithin 1>
<apicp alpostproc 1>
<apicp alequivs 0>
<apicp keepeqvs 1>
<apicp allinear 1>
<apicp rebuild 1>
<apicp suffix $sufs9>
User avatar
mark
Site Admin
Posts: 5515
Joined: Tue Apr 25, 2000 6:56 pm

Suffix processing question

Post by mark »

Post Reply