Class BlockJoinComparerSource
Helper class to sort readers that contain blocks of documents.
Note that this class is intended to used with SortingMergePolicy, and for other purposes has some limitations:
- Cannot yet be used with SearchAfter(ScoreDoc, Query, Filter, Int32, Sort)
- Filling sort field values is not yet supported.
Assembly: Lucene.Net.Misc.dll
Syntax
public class BlockJoinComparerSource : FieldComparerSource
Constructors
Name | Description |
---|---|
BlockJoinComparerSource(Filter, Sort) | Create a new BlockJoinComparerSource, sorting only blocks of documents
with |
BlockJoinComparerSource(Filter, Sort, Sort) | Create a new BlockJoinComparerSource, specifying the sort order for both blocks of documents and children within a block. |
Methods
Name | Description |
---|---|
NewComparer(String, Int32, Int32, Boolean) | |
ToString() |