| Package | Description |
|---|---|
| org.apache.hadoop.contrib.index.example | |
| org.apache.hadoop.contrib.index.mapred |
| Modifier and Type | Method and Description |
|---|---|
DocumentAndOp.Op |
LineDocTextAndOp.getOp()
Get the type of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineDocTextAndOp.setOp(DocumentAndOp.Op op)
Set the type of the operation.
|
| Modifier and Type | Field and Description |
|---|---|
static DocumentAndOp.Op |
DocumentAndOp.Op.DELETE |
static DocumentAndOp.Op |
DocumentAndOp.Op.INSERT |
static DocumentAndOp.Op |
DocumentAndOp.Op.UPDATE |
| Modifier and Type | Method and Description |
|---|---|
DocumentAndOp.Op |
DocumentAndOp.getOp()
Get the type of operation.
|
| Constructor and Description |
|---|
DocumentAndOp(DocumentAndOp.Op op,
org.apache.lucene.document.Document doc)
Constructor for an insert operation.
|
DocumentAndOp(DocumentAndOp.Op op,
org.apache.lucene.document.Document doc,
org.apache.lucene.index.Term term)
Constructor for an insert, a delete or an update operation.
|
DocumentAndOp(DocumentAndOp.Op op,
org.apache.lucene.index.Term term)
Constructor for a delete operation.
|
Copyright © 2009 The Apache Software Foundation