Full-text search flags (bitfield flags).
| Member | Value | Description |
|---|---|---|
| MFFullTextSearchFlagsLookInFileData | 536870912 | Looks for matches in the file data of objects. |
| MFFullTextSearchFlagsLookInMetaData | 268435456 | Looks for matches in the metadata (properties) of objects. |
| MFFullTextSearchFlagsNone | 0 | None (indicates a basic Boolean search). |
| MFFullTextSearchFlagsStemming | 4 | Enables stemming for all words in the search request. This includes inflected forms of the searched word. |
| MFFullTextSearchFlagsTypeAllWords | 131072 | Finds all of the words in the search request. |
| MFFullTextSearchFlagsTypeAnyWords | 262144 | Finds any of the words in the search request. |