Lucene.Net.Documents.LazyDocument.LazyDocument C# (CSharp) Method

LazyDocument() public method

public LazyDocument ( IndexReader reader, int docID ) : Lucene.Net.Analysis
reader Lucene.Net.Index.IndexReader
docID int
return Lucene.Net.Analysis
        public LazyDocument(IndexReader reader, int docID)
        {
            this.reader = reader;
            this.docID = docID;
        }