wordc

Post Reply
howboutafresca
Posts: 1
Joined: Thu Jul 08, 2004 2:02 pm

wordc

Post by howboutafresca »

Wordc and langc can be set using SQL set parameters. Do they have an effect only when querying or can/should this be done during indexing too?

I understand wordc (word characters used to determine a hit while post processing or linear searching), but what is langc? When is it used? How is langc used in suffix processing?

Thanks!!!
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

wordc

Post by John »

They have no effect during indexing.

Langc see is used to look at the query term to determine if it is a "language" term or not, and so whether to do suffix processing. Wordc is used to look at the match to find the word boundaries when post processing if the query was "language".
John Turnbull
Thunderstone Software
Post Reply