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

this is a StoredFieldsConsumer that writes stored fields.
상속: Lucene.Net.Index.StoredFieldsConsumer
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Abort ( ) : void
AddField ( int docID, IndexableField field, Lucene.Net.Index.FieldInfo fieldInfo ) : void
FinishDocument ( ) : void
Flush ( Lucene.Net.Index.SegmentWriteState state ) : void
Reset ( ) : void
StartDocument ( ) : void
StoredFieldsProcessor ( Lucene.Net.Index.DocumentsWriterPerThread docWriter ) : System

비공개 메소드들

메소드 설명
Fill ( int docID ) : void

Fills in any hole in the docIDs

InitFieldsWriter ( IOContext context ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

AddField() 공개 메소드

public AddField ( int docID, IndexableField field, Lucene.Net.Index.FieldInfo fieldInfo ) : void
docID int
field IndexableField
fieldInfo Lucene.Net.Index.FieldInfo
리턴 void

FinishDocument() 공개 메소드

public FinishDocument ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( Lucene.Net.Index.SegmentWriteState state ) : void
state Lucene.Net.Index.SegmentWriteState
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

StartDocument() 공개 메소드

public StartDocument ( ) : void
리턴 void

StoredFieldsProcessor() 공개 메소드

public StoredFieldsProcessor ( Lucene.Net.Index.DocumentsWriterPerThread docWriter ) : System
docWriter Lucene.Net.Index.DocumentsWriterPerThread
리턴 System