20 using Lucene.Net.Index;
22 namespace Lucene.Net.Search
32 protected internal override float PhraseFreq()
49 while (first.position < last.position)
54 if (!first.NextPosition())
57 while (first.position < last.position);
62 while (last.NextPosition());