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
ToParentBlockJoinFieldComparer
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 |
IComparable |
|
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 |
|
|
Improve this Doc
View Source
SetBottom(Int32)
Declaration
public override void SetBottom(int slot)
Parameters
Type |
Name |
Description |
System.Int32 |
slot |
|
|
Improve this Doc
View Source
SetNextReader(AtomicReaderContext)
Declaration
public override FieldComparer SetNextReader(AtomicReaderContext context)
Parameters
Type |
Name |
Description |
AtomicReaderContext |
context |
|
Returns
Type |
Description |
FieldComparer |
|
|
Improve this Doc
View Source
SetTopValue(Object)
Declaration
public override void SetTopValue(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|