Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FieldValueHitQueue<T>

    Expert: A hit queue for sorting by hits by terms in more than one field. Uses FieldCache.DEFAULT for maintaining internal term lookup tables.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    @since 2.9
    Inheritance
    object
    PriorityQueue<T>
    FieldValueHitQueue<T>
    Inherited Members
    PriorityQueue<T>.LessThan(T, T)
    PriorityQueue<T>.Add(T)
    PriorityQueue<T>.Insert(T)
    PriorityQueue<T>.InsertWithOverflow(T)
    PriorityQueue<T>.Top
    PriorityQueue<T>.Pop()
    PriorityQueue<T>.UpdateTop()
    PriorityQueue<T>.Count
    PriorityQueue<T>.Clear()
    PriorityQueue<T>.HeapArray
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class FieldValueHitQueue<T> : PriorityQueue<T> where T : FieldValueHitQueue.Entry
    Type Parameters
    Name Description
    T

    Fields

    m_comparers

    Expert: A hit queue for sorting by hits by terms in more than one field. Uses FieldCache.DEFAULT for maintaining internal term lookup tables.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    @since 2.9
    Declaration
    protected readonly FieldComparer[] m_comparers
    Field Value
    Type Description
    FieldComparer[]
    See Also
    Search(Query, Filter, int, Sort)
    FieldCache

    m_fields

    Stores the sort criteria being used.

    Declaration
    protected readonly SortField[] m_fields
    Field Value
    Type Description
    SortField[]
    See Also
    Search(Query, Filter, int, Sort)
    FieldCache

    m_firstComparer

    Expert: A hit queue for sorting by hits by terms in more than one field. Uses FieldCache.DEFAULT for maintaining internal term lookup tables.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    @since 2.9
    Declaration
    protected FieldComparer m_firstComparer
    Field Value
    Type Description
    FieldComparer
    See Also
    Search(Query, Filter, int, Sort)
    FieldCache

    m_reverseMul

    Expert: A hit queue for sorting by hits by terms in more than one field. Uses FieldCache.DEFAULT for maintaining internal term lookup tables.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    @since 2.9
    Declaration
    protected readonly int[] m_reverseMul
    Field Value
    Type Description
    int[]
    See Also
    Search(Query, Filter, int, Sort)
    FieldCache

    Properties

    Comparers

    Expert: A hit queue for sorting by hits by terms in more than one field. Uses FieldCache.DEFAULT for maintaining internal term lookup tables.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    @since 2.9
    Declaration
    public virtual FieldComparer[] Comparers { get; }
    Property Value
    Type Description
    FieldComparer[]
    See Also
    Search(Query, Filter, int, Sort)
    FieldCache

    ReverseMul

    Expert: A hit queue for sorting by hits by terms in more than one field. Uses FieldCache.DEFAULT for maintaining internal term lookup tables.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    @since 2.9
    Declaration
    public virtual int[] ReverseMul { get; }
    Property Value
    Type Description
    int[]
    See Also
    Search(Query, Filter, int, Sort)
    FieldCache

    Methods

    SetComparer(int, FieldComparer)

    Expert: A hit queue for sorting by hits by terms in more than one field. Uses FieldCache.DEFAULT for maintaining internal term lookup tables.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    @since 2.9
    Declaration
    public virtual void SetComparer(int pos, FieldComparer comparer)
    Parameters
    Type Name Description
    int pos
    FieldComparer comparer
    See Also
    Search(Query, Filter, int, Sort)
    FieldCache

    See Also

    Search(Query, Filter, int, Sort)
    FieldCache
    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.