Show / Hide Table of Contents

    Class HighFreqTerms.TotalTermFreqComparer

    Compares terms by TotalTermFreq

    Inheritance
    System.Object
    HighFreqTerms.TotalTermFreqComparer
    Namespace: Lucene.Net.Misc
    Assembly: Lucene.Net.Misc.dll
    Syntax
    public sealed class TotalTermFreqComparer : 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)