view src/de/mpiwg/dwinter/lucencetools/.svn/text-base/LineCollector.java.svn-base @ 0:dc7622afcfea default tip

initial
author dwinter
date Wed, 03 Nov 2010 12:33:16 +0100
parents
children
line wrap: on
line source

/*    */ package de.mpiwg.dwinter.lucencetools;
/*    */ 
/*    */ import java.io.IOException;
/*    */ import org.apache.lucene.search.TopScoreDocCollector;
/*    */ 
/*    */ public class LineCollector extends TopScoreDocCollector
/*    */ {
/*    */   private LineCollector(int numhits)
/*    */   {
			super(numhits);
/*    */   }
/*    */ 
/*    */   public boolean acceptsDocsOutOfOrder()
/*    */   {
/* 28 */     return true;
/*    */   }
/*    */ 
/*    */   public void collect(int arg0)
/*    */     throws IOException
/*    */   {
/*    */   }
/*    */ }

/* Location:           /private/tmp/fulltextIndexer.jar
 * Qualified Name:     de.mpiwg.dwinter.lucencetools.LineCollector
 * JD-Core Version:    0.5.4
 */