|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentAndOp.Op | |
---|---|
org.apache.hadoop.contrib.index.example | |
org.apache.hadoop.contrib.index.mapred |
Uses of DocumentAndOp.Op in org.apache.hadoop.contrib.index.example |
---|
Methods in org.apache.hadoop.contrib.index.example that return DocumentAndOp.Op | |
---|---|
DocumentAndOp.Op |
LineDocTextAndOp.getOp()
Get the type of the operation. |
Methods in org.apache.hadoop.contrib.index.example with parameters of type DocumentAndOp.Op | |
---|---|
void |
LineDocTextAndOp.setOp(DocumentAndOp.Op op)
Set the type of the operation. |
Uses of DocumentAndOp.Op in org.apache.hadoop.contrib.index.mapred |
---|
Fields in org.apache.hadoop.contrib.index.mapred declared as DocumentAndOp.Op | |
---|---|
static DocumentAndOp.Op |
DocumentAndOp.Op.DELETE
|
static DocumentAndOp.Op |
DocumentAndOp.Op.INSERT
|
static DocumentAndOp.Op |
DocumentAndOp.Op.UPDATE
|
Methods in org.apache.hadoop.contrib.index.mapred that return DocumentAndOp.Op | |
---|---|
DocumentAndOp.Op |
DocumentAndOp.getOp()
Get the type of operation. |
Constructors in org.apache.hadoop.contrib.index.mapred with parameters of type DocumentAndOp.Op | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |