IWordFormSink interface
Handles the list of alternative word forms that stemmers generate during query time.
Members
The IWordFormSink interface inherits from the IUnknown interface. IWordFormSink also has these types of members:
Methods
The IWordFormSink interface has these methods.
| Method | Description |
|---|---|
| PutAltWord |
Puts an alternative form of a word in the IWordFormSink object. |
| PutWord |
Puts the original word form in the IWordFormSink object. |
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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also