SearchQueryCreateWildcardQuery Method (Int32, Int32) |
Creates a wildcard for the phrase search.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic static SearchQuery CreateWildcardQuery(
int minCount,
int maxCount
)
Public Shared Function CreateWildcardQuery (
minCount As Integer,
maxCount As Integer
) As SearchQuery
public:
static SearchQuery^ CreateWildcardQuery(
int minCount,
int maxCount
)
static member CreateWildcardQuery :
minCount : int *
maxCount : int -> SearchQuery
Parameters
- minCount
- Type: SystemInt32
The minimum number of words in the wildcard. - maxCount
- Type: SystemInt32
The maximum number of words in the wildcard.
Return Value
Type:
SearchQueryA wildcard for the phrase search.
See Also