SearchOptionsIsChunkSearch Property |
Gets or sets the flag of search by chunks.
The default value is false.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic bool IsChunkSearch { get; set; }
Public Property IsChunkSearch As Boolean
Get
Set
public:
property bool IsChunkSearch {
bool get ();
void set (bool value);
}
member IsChunkSearch : bool with get, set
Property Value
Type:
BooleanThe flag of search by chunks.
See Also