Lucene.Net.Search.FieldComparator.DocComparator.SetNextReader C# (CSharp) Method

SetNextReader() public method

public SetNextReader ( Lucene.Net.Index.IndexReader reader, int docBase ) : void
reader Lucene.Net.Index.IndexReader
docBase int
return void
			public override void  SetNextReader(IndexReader reader, int docBase)
			{
				// TODO: can we "map" our docIDs to the current
				// reader? saves having to then subtract on every
				// compare call
				this.docBase = docBase;
			}