C# 클래스 Lucene.Net.Index.LogByteSizeMergePolicy

this is a LogMergePolicy that measures size of a segment as the total byte size of the segment's files.
상속: LogMergePolicy
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULT_MAX_MERGE_MB long

공개 메소드들

메소드 설명
LogByteSizeMergePolicy ( IndexWriter writer ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Size ( SegmentInfo info ) : long

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

LogByteSizeMergePolicy() 공개 메소드

public LogByteSizeMergePolicy ( IndexWriter writer ) : System
writer IndexWriter
리턴 System

Size() 보호된 메소드

protected Size ( SegmentInfo info ) : long
info SegmentInfo
리턴 long

프로퍼티 상세

DEFAULT_MAX_MERGE_MB 공개적으로 정적으로 프로퍼티

Default maximum segment size. A segment of this size
public static long DEFAULT_MAX_MERGE_MB
리턴 long