Метод | Описание | |
---|---|---|
AddDocument ( Document document, IAnalyzer analyzer ) : void | ||
Dispose ( ) : void | ||
IndexWriter ( ) : System | ||
IndexWriter ( Stream termIndexStream, Stream termRecordStream, Stream documentIndexStream, Stream documentRecordStream, bool shouldDisposeStreams = false ) : System | ||
IndexWriter ( TermStorage termStorage, DocumentStorage documentStorage ) : System | ||
IndexWriter ( string directory ) : System | ||
IndexWriter ( string termIndexFilename, string termRecordFilename, string documentIndexFilename, string documentRecordFilename ) : System |
Метод | Описание | |
---|---|---|
FlushIndexes ( ) : void | ||
MergeSubIndexes ( ) : void |
public AddDocument ( Document document, IAnalyzer analyzer ) : void | ||
document | Document | |
analyzer | IAnalyzer | |
Результат | void |
public IndexWriter ( Stream termIndexStream, Stream termRecordStream, Stream documentIndexStream, Stream documentRecordStream, bool shouldDisposeStreams = false ) : System | ||
termIndexStream | Stream | |
termRecordStream | Stream | |
documentIndexStream | Stream | |
documentRecordStream | Stream | |
shouldDisposeStreams | bool | |
Результат | System |
public IndexWriter ( TermStorage termStorage, DocumentStorage documentStorage ) : System | ||
termStorage | TermStorage | |
documentStorage | DocumentStorage | |
Результат | System |
public IndexWriter ( string directory ) : System | ||
directory | string | |
Результат | System |
public IndexWriter ( string termIndexFilename, string termRecordFilename, string documentIndexFilename, string documentRecordFilename ) : System | ||
termIndexFilename | string | |
termRecordFilename | string | |
documentIndexFilename | string | |
documentRecordFilename | string | |
Результат | System |