On Tuesday 26 September 2006 17:57, Virlouvet Olivier wrote:
> Hi 
>    
>      In javadoc IndexReader.termPositions() maps to the definition :
>      Term    =>    <docNum, freq, <pos1, pos2, ... posfreq-1> >* 
>        where returned enumeration is ordered by doc number.   
>    
>      Are positions ordered for each doc or not ?

The positions returned by successive calls to
TermPositions.nextPosition() are ordered.

Regards,
Paul Elschot

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to