C# Class bsharptree.example.simpleindex.SingleDocumentIndex

Mostra file Open project: thoward/bsharptree Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
AddDocument ( Document document, IAnalyzer analyzer ) : void

Method Details

MergeWith() public method

public MergeWith ( SingleDocumentIndex subIndex ) : void
subIndex SingleDocumentIndex
return void

SingleDocumentIndex() public method

public SingleDocumentIndex ( Document document, IAnalyzer analyzer ) : System
document Document
analyzer IAnalyzer
return System

SingleDocumentIndex() public method

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
return System

SingleDocumentIndex() public method

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