C# Class bsharptree.example.simpleindex.SingleDocumentIndex

Afficher le fichier Open project: thoward/bsharptree Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AddDocument ( Document document, IAnalyzer analyzer ) : void

Method Details

MergeWith() public méthode

public MergeWith ( SingleDocumentIndex subIndex ) : void
subIndex SingleDocumentIndex
Résultat void

SingleDocumentIndex() public méthode

public SingleDocumentIndex ( Document document, IAnalyzer analyzer ) : System
document Document
analyzer IAnalyzer
Résultat System

SingleDocumentIndex() public méthode

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
Résultat System

SingleDocumentIndex() public méthode

public SingleDocumentIndex ( Document document, IAnalyzer analyzer, TermStorage termStorage, DocumentStorage documentStorage ) : System
document Document
analyzer IAnalyzer
termStorage TermStorage
documentStorage DocumentStorage
Résultat System