#ifndef __LUCENE_INDEX_SEGMENT_TERM_POSITIONS__
#define __LUCENE_INDEX_SEGMENT_TERM_POSITIONS__

#include "LCSegmentTermDocs.h"
#include "LCTermPositions.h"

@interface LCSegmentTermPositions: LCSegmentTermDocuments <LCTermPositions>
{
	LCIndexInput *proxStream;
	int proxCount;
	int position;
}

- (id) initWithSegmentReader: (LCSegmentReader *) p;


@end


#endif /* __LUCENE_INDEX_SEGMENT_TERM_POSITIONS__ */


syntax highlighted by Code2HTML, v. 0.9.1