org.apache.nutch.indexer.solr
Class SolrWriter
java.lang.Object
org.apache.nutch.indexer.solr.SolrWriter
- All Implemented Interfaces:
- NutchIndexWriter
public class SolrWriter
- extends Object
- implements NutchIndexWriter
|
Field Summary |
static org.slf4j.Logger |
LOG
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static org.slf4j.Logger LOG
SolrWriter
public SolrWriter()
open
public void open(TaskAttemptContext job,
String name)
throws IOException
- Specified by:
open in interface NutchIndexWriter
- Throws:
IOException
write
public void write(NutchDocument doc)
throws IOException
- Specified by:
write in interface NutchIndexWriter
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface NutchIndexWriter
- Throws:
IOException
stripNonCharCodepoints
public static String stripNonCharCodepoints(String input)
Copyright © 2012 The Apache Software Foundation