|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentAndOp | |
---|---|
org.apache.hadoop.contrib.index.example | |
org.apache.hadoop.contrib.index.mapred |
Uses of DocumentAndOp in org.apache.hadoop.contrib.index.example |
---|
Methods in org.apache.hadoop.contrib.index.example with parameters of type DocumentAndOp | |
---|---|
void |
IdentityLocalAnalysis.map(DocumentID key,
DocumentAndOp value,
OutputCollector<DocumentID,DocumentAndOp> output,
Reporter reporter)
|
Method parameters in org.apache.hadoop.contrib.index.example with type arguments of type DocumentAndOp | |
---|---|
void |
IdentityLocalAnalysis.map(DocumentID key,
DocumentAndOp value,
OutputCollector<DocumentID,DocumentAndOp> output,
Reporter reporter)
|
void |
LineDocLocalAnalysis.map(DocumentID key,
LineDocTextAndOp value,
OutputCollector<DocumentID,DocumentAndOp> output,
Reporter reporter)
|
Uses of DocumentAndOp in org.apache.hadoop.contrib.index.mapred |
---|
Methods in org.apache.hadoop.contrib.index.mapred with parameters of type DocumentAndOp | |
---|---|
void |
IntermediateForm.process(DocumentAndOp doc,
org.apache.lucene.analysis.Analyzer analyzer)
This method is used by the index update mapper and process a document operation into the current intermediate form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |