public class IndexWriters extends Object
IndexWriter
implementing plugins.Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
IndexWriters(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
commit() |
void |
delete(String key) |
String |
describe() |
void |
open(Configuration conf) |
void |
update(NutchDocument doc) |
void |
write(NutchDocument doc) |
public IndexWriters(Configuration conf)
public void open(Configuration conf) 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 © 2015 The Apache Software Foundation