IWordBreaker Interface
[Indexing Service is no longer available for use as of Windows XP. Instead, use Windows Search.]
The IWordBreaker interface is a language-specific language resource component. The word breaker parses text and identifies individual words and phrases. The word breaker is used in background processes and must be optimized for both throughput and minimal use of resources.
When To Implement
Implement this interface to create a custom word breaker for a language. Indexing Service calls the methods of this interface when it builds content indexes and runs queries.
Members
The IWordBreaker interface inherits from the IUnknown interface. IWordBreaker also has the following types of members:
Methods
The IWordBreaker interface has the following methods.
| Method | Description |
|---|---|
| BreakText |
Breaks text to identify words and phrases and provides the results to the WordSink and PhraseSink objects. |
| ComposePhrase |
Not supported. |
| GetLicenseToUse |
Retrieves the license information for this IWordBreaker implementation. |
| Init |
Initializes the IWordBreaker implementation and indicates the mode in which the component operates. |
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See Also
Send comments about this topic to Microsoft
Build date: 5/10/2011