org.apache.lucene.benchmark.utils
Class ExtractWikipedia
java.lang.Object
org.apache.lucene.benchmark.utils.ExtractWikipedia
public class ExtractWikipedia
- extends Object
Extract the downloaded Wikipedia dump into separate files for indexing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
count
public static int count
docMaker
protected DocMaker docMaker
ExtractWikipedia
public ExtractWikipedia(DocMaker docMaker,
File outputDir)
directory
public File directory(int count,
File directory)
create
public void create(String id,
String title,
String time,
String body)
extract
public void extract()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception