Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class ToParentBlockJoinFieldComparer

    A field comparer that allows parent documents to be sorted by fields from the nested / child documents.

    Note

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

    Inheritance
    System.Object
    Lucene.Net.Search.FieldComparer
    Lucene.Net.Search.FieldComparer<System.Object>
    ToParentBlockJoinFieldComparer
    ToParentBlockJoinFieldComparer.Highest
    ToParentBlockJoinFieldComparer.Lowest
    Inherited Members
    Lucene.Net.Search.FieldComparer<System.Object>.SetTopValue<TValue>(TValue)
    FieldComparer<Object>.GetValue(Int32)
    FieldComparer<Object>.CompareBottom(Int32)
    FieldComparer<Object>.CompareTop(Int32)
    FieldComparer<Object>.Copy(Int32, Int32)
    Lucene.Net.Search.FieldComparer<System.Object>.CompareValues(System.Object, System.Object)
    Lucene.Net.Search.FieldComparer.SetScorer(Lucene.Net.Search.Scorer)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Search.Join
    Assembly: Lucene.Net.Join.dll
    Syntax
    public abstract class ToParentBlockJoinFieldComparer : FieldComparer<object>

    Properties

    | Improve this Doc View Source

    Item[Int32]

    Declaration
    public override object this[int slot] { get; }
    Parameters
    Type Name Description
    System.Int32 slot
    Property Value
    Type Description
    System.Object
    Overrides
    Lucene.Net.Search.FieldComparer<System.Object>.Item[System.Int32]

    Methods

    | Improve this Doc View Source

    Compare(Int32, Int32)

    Declaration
    public override int Compare(int slot1, int slot2)
    Parameters
    Type Name Description
    System.Int32 slot1
    System.Int32 slot2
    Returns
    Type Description
    System.Int32
    Overrides
    Lucene.Net.Search.FieldComparer<System.Object>.Compare(System.Int32, System.Int32)
    | Improve this Doc View Source

    SetBottom(Int32)

    Declaration
    public override void SetBottom(int slot)
    Parameters
    Type Name Description
    System.Int32 slot
    Overrides
    Lucene.Net.Search.FieldComparer<System.Object>.SetBottom(System.Int32)
    | Improve this Doc View Source

    SetNextReader(AtomicReaderContext)

    Declaration
    public override FieldComparer SetNextReader(AtomicReaderContext context)
    Parameters
    Type Name Description
    Lucene.Net.Index.AtomicReaderContext context
    Returns
    Type Description
    Lucene.Net.Search.FieldComparer
    Overrides
    Lucene.Net.Search.FieldComparer<System.Object>.SetNextReader(Lucene.Net.Index.AtomicReaderContext)
    | Improve this Doc View Source

    SetTopValue(Object)

    Declaration
    public override void SetTopValue(object value)
    Parameters
    Type Name Description
    System.Object value
    Overrides
    Lucene.Net.Search.FieldComparer<System.Object>.SetTopValue(System.Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.