CreateWildcardQuery
Leave feedback
On this page
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. |
A wildcard for the phrase search.
- class SearchQuery
- namespace GroupDocs.Search
- assembly GroupDocs.Search
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. |
A wildcard for the phrase search.
- class SearchQuery
- namespace GroupDocs.Search
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.