C# Класс Lucene.Net.Codecs.SimpleText.SimpleTextSegmentInfoWriter

writes plaintext segments files

FOR RECREATIONAL USE ONLY @lucene.experimental

Наследование: SegmentInfoWriter
Показать файл Открыть проект

Открытые методы

Метод Описание
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