org.apache.nutch.indexer.solr
Class SolrWriter

java.lang.Object
  extended by org.apache.nutch.indexer.solr.SolrWriter
All Implemented Interfaces:
NutchIndexWriter

public class SolrWriter
extends Object
implements NutchIndexWriter


Field Summary
static org.slf4j.Logger LOG
           
 
Constructor Summary
SolrWriter()
           
 
Method Summary
 void close()
           
 void open(TaskAttemptContext job, String name)
           
static String stripNonCharCodepoints(String input)
           
 void write(NutchDocument doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static org.slf4j.Logger LOG
Constructor Detail

SolrWriter

public SolrWriter()
Method Detail

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