Class OfflineSorter.SortInfo
Sort info (debugging mostly).
Inheritance
System.Object
    OfflineSorter.SortInfo
  Inherited Members
      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)
    
  Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public class SortInfoConstructors
| Improve this Doc View SourceSortInfo(OfflineSorter)
Create a new OfflineSorter.SortInfo (with empty statistics) for debugging.
Declaration
public SortInfo(OfflineSorter offlineSorter)Parameters
| Type | Name | Description | 
|---|---|---|
| OfflineSorter | offlineSorter | 
Properties
| Improve this Doc View SourceBufferSize
Read buffer size (in bytes)
Declaration
public long BufferSize { get; }Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Lines
Number of lines of data read
Declaration
public int Lines { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MergeRounds
Number of partition merges
Declaration
public int MergeRounds { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MergeTime
Time spent merging sorted partitions (in milliseconds)
Declaration
public long MergeTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
ReadTime
Time spent in i/o read (in milliseconds)
Declaration
public long ReadTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
SortTime
Time spent sorting data (in milliseconds)
Declaration
public long SortTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
TempMergeFiles
Number of temporary files created when merging partitions
Declaration
public int TempMergeFiles { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
TotalTime
Total time spent (in milliseconds)
Declaration
public long TotalTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Methods
| Improve this Doc View SourceToString()
Returns a string representation of this object.
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()