Class MappingMultiDocsEnum
Exposes flex API, merged from flex API of sub-segments,
remapping docIDs (this is used for segment merging).
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
MappingMultiDocsEnum
Assembly: Lucene.Net.dll
Syntax
public sealed class MappingMultiDocsEnum : DocsEnum
Constructors
|
Improve this Doc
View Source
MappingMultiDocsEnum()
Declaration
public MappingMultiDocsEnum()
Properties
|
Improve this Doc
View Source
DocID
Declaration
public override int DocID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Freq
Declaration
public override int Freq { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
MergeState
Sets the MergeState, which is used to re-map
document IDs.
Declaration
public MergeState MergeState { get; set; }
Property Value
|
Improve this Doc
View Source
NumSubs
How many sub-readers we are merging.
Declaration
public int NumSubs { get; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
|
Improve this Doc
View Source
Subs
Returns sub-readers we are merging.
Declaration
public MultiDocsEnum.EnumWithSlice[] Subs { get; }
Property Value
Methods
|
Improve this Doc
View Source
Advance(Int32)
Declaration
public override int Advance(int target)
Parameters
Type |
Name |
Description |
System.Int32 |
target |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
GetCost()
Declaration
public override long GetCost()
Returns
Type |
Description |
System.Int64 |
|
Overrides
|
Improve this Doc
View Source
NextDoc()
Declaration
public override int NextDoc()
Returns
Type |
Description |
System.Int32 |
|
Overrides