KeywordSearchOptions constructs a
KeywordSearchOptions object.
KeywordSearchOptions
public KeywordSearchOptions() constructs a
KeywordSearchOptions object.
Parameters
None
Returns
Constructs a KeywordSearchOptions object.
Example
KeywordSearchOptions
public KeywordSearchOptions(Folder folder, boolean
doesIncludeDescendants, boolean doesIncludeContent, boolean isExactMatch)
constructs a KeywordSearchOptions object.
Parameters
- Folder folder
- The folder to search. Default is null.
- boolean doesIncludeDescendents
- Whether to include children or not in the search. Default is true.
- boolean doesIncludeContent
- Perform a full text search. The content of the document is also checked. Default is true.
- isExactMatch
- Match text exactly, rather than a partial match. Default is false.
Returns
Constructs a KeywordSearchOptions object.