CreateWildcardQuery

CreateWildcardQuery(int)

Creates a wildcard for the phrase search.

public static SearchQuery CreateWildcardQuery(int count)
Parameter Type Description
count Int32 The number of words in the wildcard.

Return Value

A wildcard for the phrase search.

See Also


CreateWildcardQuery(int, int)

Creates a wildcard for the phrase search.

public static SearchQuery CreateWildcardQuery(int minCount, int maxCount)
Parameter Type Description
minCount Int32 The minimum number of words in the wildcard.
maxCount Int32 The maximum number of words in the wildcard.

Return Value

A wildcard for the phrase search.

See Also