1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. SearchOptions
  8. /
  9. IsChunkSearch

IsChunkSearch

SearchOptions.IsChunkSearch property

Gets or sets the flag of search by chunks. The default value is false.

public bool IsChunkSearch { get; set; }

Property Value

The flag of search by chunks.

See Also