IWordFormSink interface (indexsrv.h)

Handles the list of alternative word forms that stemmers generate during query time.

Inheritance

The IWordFormSink interface inherits from the IUnknown interface. IWordFormSink also has these types of members:

Remarks

Windows Search creates and initializes instances of the StemSink object. The IWordFormSink object receives the ulMaxTokenSize parameter during initialization. The value for this parameter is determined by the IStemmer implementation and determines the maximum length, in characters, for a single word that the IWordFormSink handles.

IStemmer implementations receive a pointer to the IWordFormSink object in the GenerateWordForms method.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header indexsrv.h

See also

IStemmer