TextSearchOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options which can be applied when using ITextSearch.
public sealed class TextSearchOptions
type TextSearchOptions = class
Public NotInheritable Class TextSearchOptions
- Inheritance
-
TextSearchOptions
Constructors
| TextSearchOptions() |
Fields
| DefaultTop |
Default number of search results to return. |
Properties
| Filter |
The filter expression to apply to the search query. |
| IncludeTotalCount |
Flag indicating the total count should be included in the results. |
| Skip |
The index of the first result to return. |
| Top |
Number of search results to return. |