IWordFormSink interface

[Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.]

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

Methods

The IWordFormSink interface has these methods.

Method Description
PutAltWord

Puts an alternative form of a word in the WordFormSink.

PutWord

Puts the original word form in the WordFormSink.

 

Remarks

Indexing Service creates and initializes instances of the StemSink object. The WordFormSink 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 WordFormSink handles.

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

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

End of client support

Windows 7

End of server support

Windows Server 2008 R2

Header

Indexsrv.h

See also

IStemmer