Enum FileType
File format type.
Assembly: Lucene.Net.Benchmark.dll
Syntax
public enum FileType : int
Fields
Name | Description |
---|---|
BZIP2 | BZIP2 is automatically used for .bz2 and .bzip2 extensions. |
GZIP | GZIP is automatically used for .gz and .gzip extensions. |
PLAIN | Plain text is used for anything which is not GZIP or BZIP. |