IPhraseSink interface
Handles phrases that word breakers parse from query text during query time.
Members
The IPhraseSink interface inherits from the IUnknown interface. IPhraseSink also has these types of members:
Methods
The IPhraseSink interface has these methods.
| Method | Description |
|---|---|
| PutPhrase |
Puts a query-time phrase in the IPhraseSink object. |
| PutSmallPhrase |
Not supported. |
Remarks
Windows Search creates and initializes instances of the IPhraseSink object. The IPhraseSink object 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 IPhraseSink object in the IWordBreaker::BreakText method.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|