Show / Hide Table of Contents

    Interface ITermFreqIterator

    Interface for enumerating term,weight pairs.

    Namespace: Lucene.Net.Search.Spell
    Assembly: Lucene.Net.Suggest.dll
    Syntax
    public interface ITermFreqIterator : IBytesRefIterator

    Properties

    | Improve this Doc View Source

    Weight

    Gets the term's weight, higher numbers mean better suggestions.

    Declaration
    long Weight { get; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)