20 using Lucene.Net.Index;
22 namespace Lucene.Net.Search
29 internal int position;
34 internal bool repeats;
48 doc = System.Int32.MaxValue;
56 internal bool SkipTo(
int target)
58 if (!tp.SkipTo(target))
61 doc = System.Int32.MaxValue;
70 internal void FirstPosition()
81 internal bool NextPosition()
86 position = tp.NextPosition() - offset;