• API

    Show / Hide Table of Contents

    Enum DocsFlags

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

    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)