| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.contrib.index.example | |
| org.apache.hadoop.contrib.index.mapred |
| 限定符和类型 | 方法和说明 |
|---|---|
DocumentAndOp.Op |
LineDocTextAndOp.getOp()
Get the type of the operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LineDocTextAndOp.setOp(DocumentAndOp.Op op)
Set the type of the operation.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static DocumentAndOp.Op |
DocumentAndOp.Op.DELETE |
static DocumentAndOp.Op |
DocumentAndOp.Op.INSERT |
static DocumentAndOp.Op |
DocumentAndOp.Op.UPDATE |
| 限定符和类型 | 方法和说明 |
|---|---|
DocumentAndOp.Op |
DocumentAndOp.getOp()
Get the type of operation.
|
| 构造器和说明 |
|---|
DocumentAndOp(DocumentAndOp.Op op,
Document doc)
Constructor for an insert operation.
|
DocumentAndOp(DocumentAndOp.Op op,
Document doc,
Term term)
Constructor for an insert, a delete or an update operation.
|
DocumentAndOp(DocumentAndOp.Op op,
Term term)
Constructor for a delete operation.
|
Copyright © 2009 The Apache Software Foundation