Метод | Описание | |
---|---|---|
MergeWith ( |
||
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 |
public MergeWith ( |
||
subIndex | ||
Результат | void |
public SingleDocumentIndex ( Document document, IAnalyzer analyzer ) : System | ||
document | Document | |
analyzer | IAnalyzer | |
Результат | System |
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 |
public SingleDocumentIndex ( Document document, IAnalyzer analyzer, TermStorage termStorage, DocumentStorage documentStorage ) : System | ||
document | Document | |
analyzer | IAnalyzer | |
termStorage | TermStorage | |
documentStorage | DocumentStorage | |
Результат | System |