minwordlen on a per-word basis?

Post Reply
james120
Posts: 32
Joined: Tue Aug 31, 2004 7:42 pm

minwordlen on a per-word basis?

Post by james120 »

If minwordlen is turned on (i.e., set to 5), must it apply to all words in a given multi-word query, or is there syntax which can exclude word stemming on some terms in a query and allow it for others?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

minwordlen on a per-word basis?

Post by John »

It always applies to all words in the query.
John Turnbull
Thunderstone Software
james120
Posts: 32
Joined: Tue Aug 31, 2004 7:42 pm

minwordlen on a per-word basis?

Post by james120 »

so there is no way to turn it off per word? Perhaps /word, or would that make it unable to use the index?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

minwordlen on a per-word basis?

Post by John »

/word would not let it use the index, and would find the substring anywhere within a word. If exactphrase is not on then "word a" would disable suffix processing, as it only applies to the last word in the phrase.
John Turnbull
Thunderstone Software
Post Reply