Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum BaseTermVectorsFormatTestCase.Options

    A combination of term vectors options.

    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    protected enum BaseTermVectorsFormatTestCase.Options

    Fields

    Name Description
    NONE

    A combination of term vectors options.

    OFFSETS

    A combination of term vectors options.

    POSITIONS

    A combination of term vectors options.

    POSITIONS_AND_OFFSETS

    A combination of term vectors options.

    POSITIONS_AND_OFFSETS_AND_PAYLOADS

    A combination of term vectors options.

    POSITIONS_AND_PAYLOADS

    A combination of term vectors options.

    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.