bsharptree.example.simpleindex.SingleDocumentIndex.SingleDocumentIndex C# (CSharp) Method

SingleDocumentIndex() public method

public SingleDocumentIndex ( Document document, IAnalyzer analyzer ) : System
document Document
analyzer IAnalyzer
return 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