IWordSink::StartAltPhrase method
Indicates the boundary between phrases in a sequence of alternative phrases that a word breaker generates during index time.
Syntax
HRESULT StartAltPhrase();
Parameters
This method has no parameters.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
StartAltPhrase is called during query time. |
Remarks
Each alternative phrase starts with a StartAltPhrase call. The phrase is put in the IWordSink object through subsequent calls to the IWordSink::PutWord or IWordSink::PutAltWord method. The final alternative phrase in a sequence of phrases is terminated with a call to the IWordSink::EndAltPhrase method.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also