C# Class Lucene.Net.Index.LogByteSizeMergePolicy

this is a LogMergePolicy that measures size of a segment as the total byte size of the segment's files.
Inheritance: LogMergePolicy
Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Свойство Type Description
DEFAULT_MAX_MERGE_MB long

Méthodes publiques

Méthode Description
LogByteSizeMergePolicy ( IndexWriter writer ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Size ( SegmentInfo info ) : long

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

LogByteSizeMergePolicy() public méthode

public LogByteSizeMergePolicy ( IndexWriter writer ) : System
writer IndexWriter
Résultat System

Size() protected méthode

protected Size ( SegmentInfo info ) : long
info SegmentInfo
Résultat long

Property Details

DEFAULT_MAX_MERGE_MB public_oe static_oe property

Default maximum segment size. A segment of this size
public static long DEFAULT_MAX_MERGE_MB
Résultat long