C# 클래스 bsharptree.example.simpleindex.SingleDocumentIndex

파일 보기 프로젝트 열기: thoward/bsharptree 1 사용 예제들

공개 메소드들

메소드 설명
MergeWith ( SingleDocumentIndex subIndex ) : void
SingleDocumentIndex ( Document document, IAnalyzer analyzer ) : System
SingleDocumentIndex ( Document document, IAnalyzer analyzer, Stream termIndexStream, Stream termRecordStorageStream, Stream documentIndexStream, Stream documentRecordStorageStream ) : System
SingleDocumentIndex ( Document document, IAnalyzer analyzer, TermStorage termStorage, DocumentStorage documentStorage ) : System

비공개 메소드들

메소드 설명
AddDocument ( Document document, IAnalyzer analyzer ) : void

메소드 상세

MergeWith() 공개 메소드

public MergeWith ( SingleDocumentIndex subIndex ) : void
subIndex SingleDocumentIndex
리턴 void

SingleDocumentIndex() 공개 메소드

public SingleDocumentIndex ( Document document, IAnalyzer analyzer ) : System
document Document
analyzer IAnalyzer
리턴 System

SingleDocumentIndex() 공개 메소드

public SingleDocumentIndex ( Document document, IAnalyzer analyzer, Stream termIndexStream, Stream termRecordStorageStream, Stream documentIndexStream, Stream documentRecordStorageStream ) : System
document Document
analyzer IAnalyzer
termIndexStream Stream
termRecordStorageStream Stream
documentIndexStream Stream
documentRecordStorageStream Stream
리턴 System

SingleDocumentIndex() 공개 메소드

public SingleDocumentIndex ( Document document, IAnalyzer analyzer, TermStorage termStorage, DocumentStorage documentStorage ) : System
document Document
analyzer IAnalyzer
termStorage TermStorage
documentStorage DocumentStorage
리턴 System