bsharptree.example.simpleindex.SingleDocumentIndex.SingleDocumentIndex C# (CSharp) Метод

SingleDocumentIndex() публичный Метод

public SingleDocumentIndex ( Document document, IAnalyzer analyzer ) : System
document Document
analyzer IAnalyzer
Результат System
        public SingleDocumentIndex(Document document, IAnalyzer analyzer)
            : this(document, analyzer, new MemoryStream(), new MemoryStream(), new MemoryStream(), new MemoryStream())
        {
        }

Same methods

SingleDocumentIndex::SingleDocumentIndex ( Document document, IAnalyzer analyzer, Stream termIndexStream, Stream termRecordStorageStream, Stream documentIndexStream, Stream documentRecordStorageStream ) : System
SingleDocumentIndex::SingleDocumentIndex ( Document document, IAnalyzer analyzer, TermStorage termStorage, DocumentStorage documentStorage ) : System