IPhraseSink interface (indexsrv.h)

Note

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 phrases that word breakers parse from query text during query time.

Inheritance

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

Methods

The IPhraseSink interface has these methods.

 
IPhraseSink::PutPhrase

Puts a query-time phrase in the IPhraseSink object.
IPhraseSink::PutSmallPhrase

Puts a small query-time phrase in the IPhraseSink object for WordBreaker.

Remarks

Indexing Service creates and initializes instances of the PhraseSink object. The PhraseSink receives the fQuery parameter during initialization and uses this parameter to determine the word-breaking context in which the object is being used.

IWordBreaker implementations receive a pointer to the PhraseSink object in the BreakText 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

IWordBreaker