Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum FileType

    File format type.

    Namespace: Lucene.Net.Benchmarks.ByTask.Utils
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public enum FileType

    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.

    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.