Show / Hide Table of Contents

    Enum DocsFlags

    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public enum DocsFlags : int

    Fields

    Name Description
    FREQS

    Flag to pass to Docs(IBits, DocsEnum, DocsFlags) if you require term frequencies in the returned enum.

    NONE

    Flag to pass to Docs(IBits, DocsEnum, DocsFlags) if you don't require term frequencies in the returned enum.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)