Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum DocsAndPositionsFlags

    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    [Flags]
    public enum DocsAndPositionsFlags

    Fields

    Name Description
    NONE

    Flag to pass to DocsAndPositions(IBits, DocsAndPositionsEnum, DocsAndPositionsFlags) if you require that no offsets and payloads will be returned.

    OFFSETS

    Flag to pass to DocsAndPositions(IBits, DocsAndPositionsEnum, DocsAndPositionsFlags) if you require offsets in the returned enum.

    PAYLOADS

    Flag to pass to DocsAndPositions(IBits, DocsAndPositionsEnum, DocsAndPositionsFlags) if you require payloads in the returned enum.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.