Mercurial > hg > fulltextIndexer
comparison src/de/mpiwg/dwinter/lucencetools/LineCollector.java @ 0:dc7622afcfea default tip
initial
| author | dwinter |
|---|---|
| date | Wed, 03 Nov 2010 12:33:16 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:dc7622afcfea |
|---|---|
| 1 /* */ package de.mpiwg.dwinter.lucencetools; | |
| 2 /* */ | |
| 3 /* */ import java.io.IOException; | |
| 4 /* */ import org.apache.lucene.search.TopScoreDocCollector; | |
| 5 /* */ | |
| 6 /* */ public class LineCollector extends TopScoreDocCollector | |
| 7 /* */ { | |
| 8 /* */ private LineCollector(int numhits) | |
| 9 /* */ { | |
| 10 super(numhits); | |
| 11 /* */ } | |
| 12 /* */ | |
| 13 /* */ public boolean acceptsDocsOutOfOrder() | |
| 14 /* */ { | |
| 15 /* 28 */ return true; | |
| 16 /* */ } | |
| 17 /* */ | |
| 18 /* */ public void collect(int arg0) | |
| 19 /* */ throws IOException | |
| 20 /* */ { | |
| 21 /* */ } | |
| 22 /* */ } | |
| 23 | |
| 24 /* Location: /private/tmp/fulltextIndexer.jar | |
| 25 * Qualified Name: de.mpiwg.dwinter.lucencetools.LineCollector | |
| 26 * JD-Core Version: 0.5.4 | |
| 27 */ |
