|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.accumulo.core.iterators.WrappingIterator
org.apache.accumulo.core.iterators.Combiner
org.apache.accumulo.core.iterators.TypedValueCombiner<TermWeight.Info>
org.apache.accumulo.examples.wikisearch.iterator.TextIndexCombiner
public class TextIndexCombiner
| Nested Class Summary | |
|---|---|
static class |
TextIndexCombiner.TermWeightInfoEncoder
|
| Nested classes/interfaces inherited from class org.apache.accumulo.core.iterators.TypedValueCombiner |
|---|
TypedValueCombiner.Encoder<V> |
| Nested classes/interfaces inherited from class org.apache.accumulo.core.iterators.Combiner |
|---|
Combiner.ValueIterator |
| Nested classes/interfaces inherited from interface org.apache.accumulo.core.iterators.OptionDescriber |
|---|
OptionDescriber.IteratorOptions |
| Field Summary | |
|---|---|
static TypedValueCombiner.Encoder<TermWeight.Info> |
TERMWEIGHT_INFO_ENCODER
|
| Fields inherited from class org.apache.accumulo.core.iterators.TypedValueCombiner |
|---|
LOSSY |
| Fields inherited from class org.apache.accumulo.core.iterators.Combiner |
|---|
ALL_OPTION, COLUMNS_OPTION |
| Constructor Summary | |
|---|---|
TextIndexCombiner()
|
|
| Method Summary | |
|---|---|
void |
init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env)
|
TermWeight.Info |
typedReduce(Key key,
Iterator<TermWeight.Info> iter)
|
| Methods inherited from class org.apache.accumulo.core.iterators.TypedValueCombiner |
|---|
deepCopy, describeOptions, reduce, setEncoder, setEncoder, setLossyness, testEncoder, testEncoder, validateOptions |
| Methods inherited from class org.apache.accumulo.core.iterators.Combiner |
|---|
getTopKey, getTopValue, hasTop, next, seek, setColumns, setCombineAllColumns |
| Methods inherited from class org.apache.accumulo.core.iterators.WrappingIterator |
|---|
getSource, setSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final TypedValueCombiner.Encoder<TermWeight.Info> TERMWEIGHT_INFO_ENCODER
| Constructor Detail |
|---|
public TextIndexCombiner()
| Method Detail |
|---|
public TermWeight.Info typedReduce(Key key,
Iterator<TermWeight.Info> iter)
typedReduce in class TypedValueCombiner<TermWeight.Info>
public void init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env)
throws IOException
init in interface SortedKeyValueIterator<Key,Value>init in class TypedValueCombiner<TermWeight.Info>IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||