C# Класс bsharptree.example.simpleindex.SingleDocumentIndex

Показать файл Открыть проект Примеры использования класса

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

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