Edit

Share via


indexsrv.h header

This header is used by multiple technologies. For more information, see:

indexsrv.h contains the following programming interfaces:

Interfaces

 
IColumnMapper

Retrieves property information for file based queries.
IColumnMapperCreator

Contains a method to retrieves a column mapper object.
IPhraseSink

Handles phrases that word breakers parse from query text during query time.
ISimpleCommandCreator

Contains methods for interacting with the file catalog.
IStemmer

Provides methods for creating a language-specific stemmer. The stemmer generates inflected forms of a specified word.
IWordBreaker

Parses text and identifies individual words and phrases. This interface is a language-specific language resource component. It is used in background processes and must be optimized for both throughput and minimal use of resources.
IWordFormSink

Handles the list of alternative word forms that stemmers generate during query time.

Structures

 
TEXT_SOURCE

Contains information about text that the word breaker will process.

Enumerations

 
WORDREP_BREAK_TYPE

Describes the type of break that separates the current word from the previous word.