SEARCH_TERM_EXPANSION Enumerated Type

Provided to indicate wildcard options on search terms. Used by ISearchQueryHelper::get_QueryTermExpansion and ISearchQueryHelper::put_QueryTermExpansion methods.

Syntax

typedef enum tagSEARCH_TERM_EXPANSION {
    SEARCH_TERM_NO_EXPANSION = 0,
    SEARCH_TERM_PREFIX_ALL,
    SEARCH_TERM_STEM_ALL
} SEARCH_TERM_EXPANSION;

Constants

  • SEARCH_TERM_NO_EXPANSION
    No expansion of search term.

  • SEARCH_TERM_PREFIX_ALL
    All search terms are expanded.

  • SEARCH_TERM_STEM_ALL
    Stem expansion is applied to all terms.

Enumerated Type Information

Header searchapi.h
Minimum operating systems Windows XP Service Pack 2 (SP2) with Windows Desktop Search (WDS) 3.0, Windows Server 2003, Windows Vista