Show / Hide Table of Contents

    Class HighFreqTerms.DocFreqComparer

    Compares terms by DocFreq

    Inheritance
    System.Object
    HighFreqTerms.DocFreqComparer
    Namespace: Lucene.Net.Misc
    Assembly: Lucene.Net.Misc.dll
    Syntax
    public sealed class DocFreqComparer : IComparer<TermStats>

    Methods

    | Improve this Doc View Source

    Compare(TermStats, TermStats)

    Declaration
    public int Compare(TermStats a, TermStats b)
    Parameters
    Type Name Description
    TermStats a
    TermStats b
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)