public class IndexWriters extends Object
IndexWriter
implementing plugins.Constructor and Description |
---|
IndexWriters(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
commit() |
void |
delete(String key) |
String |
describe() |
void |
open(JobConf job,
String name) |
void |
update(NutchDocument doc) |
void |
write(NutchDocument doc) |
public IndexWriters(Configuration conf)
public void open(JobConf job, String name) throws IOException
IOException
public void write(NutchDocument doc) throws IOException
IOException
public void update(NutchDocument doc) throws IOException
IOException
public void delete(String key) throws IOException
IOException
public void close() throws IOException
IOException
public void commit() throws IOException
IOException
public String describe() throws IOException
IOException
Copyright © 2017 The Apache Software Foundation