C# 클래스 Lucene.Net.Codecs.SimpleText.SimpleTextSegmentInfoWriter

writes plaintext segments files

FOR RECREATIONAL USE ONLY @lucene.experimental

상속: SegmentInfoWriter
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Write ( Store.Directory dir, Index.SegmentInfo si, Index.FieldInfos fis, Store.IOContext ioContext ) : void

메소드 상세

Write() 공개 메소드

public Write ( Store.Directory dir, Index.SegmentInfo si, Index.FieldInfos fis, Store.IOContext ioContext ) : void
dir Store.Directory
si Index.SegmentInfo
fis Index.FieldInfos
ioContext Store.IOContext
리턴 void