org.apache.lucene.benchmark.byTask.feeds
Class GeonamesLineParser

java.lang.Object
  extended by org.apache.lucene.benchmark.byTask.feeds.LineDocSource.LineParser
      extended by org.apache.lucene.benchmark.byTask.feeds.GeonamesLineParser

public class GeonamesLineParser
extends LineDocSource.LineParser

A line parser for Geonames.org data. See 'geoname' table. Requires SpatialDocMaker.


Field Summary
 
Fields inherited from class org.apache.lucene.benchmark.byTask.feeds.LineDocSource.LineParser
header
 
Constructor Summary
GeonamesLineParser(String[] header)
          This header will be ignored; the geonames format is fixed and doesn't have a header line.
 
Method Summary
 void parseLine(DocData docData, String line)
          parse an input line and fill doc data appropriately
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeonamesLineParser

public GeonamesLineParser(String[] header)
This header will be ignored; the geonames format is fixed and doesn't have a header line.

Method Detail

parseLine

public void parseLine(DocData docData,
                      String line)
Description copied from class: LineDocSource.LineParser
parse an input line and fill doc data appropriately

Specified by:
parseLine in class LineDocSource.LineParser


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.