Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FieldValueHitQueue.Entry

    Inheritance
    object
    ScoreDoc
    FieldValueHitQueue.Entry
    Inherited Members
    ScoreDoc.Score
    ScoreDoc.Doc
    ScoreDoc.ShardIndex
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.dll
    Syntax
    public class FieldValueHitQueue.Entry : ScoreDoc

    Constructors

    Entry(int, int, float)

    Declaration
    public Entry(int slot, int doc, float score)
    Parameters
    Type Name Description
    int slot
    int doc
    float score

    Properties

    Slot

    Declaration
    public int Slot { get; set; }
    Property Value
    Type Description
    int

    Methods

    ToString()

    A convenience method for debugging.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ScoreDoc.ToString()
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.