• 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.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    Lucene.Net.Search.FieldComparer
    Lucene.Net.Search.FieldComparer<System.Object>
    ToParentBlockJoinFieldComparer
    ToParentBlockJoinFieldComparer.Highest
    ToParentBlockJoinFieldComparer.Lowest
    Inherited Members
    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.Join
    Assembly: Lucene.Net.Join.dll
    Syntax
    public abstract class ToParentBlockJoinFieldComparer : FieldComparer<object>

    Properties

    | Improve this Doc View Source

    Item[Int32]

    Declaration
    public override IComparable this[int slot] { get; }
    Parameters
    Type Name Description
    System.Int32 slot
    Property Value
    Type Description
    System.IComparable
    Overrides
    FieldComparer.Item[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 © 2020 Licensed to the Apache Software Foundation (ASF)