org.elasticsearch.index.field.data.support
Class FieldDataLoader.FreqsTypeLoader<T extends FieldData>

java.lang.Object
  extended by org.elasticsearch.index.field.data.support.FieldDataLoader.FreqsTypeLoader<T>
All Implemented Interfaces:
FieldDataLoader.TypeLoader<T>
Enclosing class:
FieldDataLoader

public abstract static class FieldDataLoader.FreqsTypeLoader<T extends FieldData>
extends Object
implements FieldDataLoader.TypeLoader<T>


Constructor Summary
protected FieldDataLoader.FreqsTypeLoader()
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.elasticsearch.index.field.data.support.FieldDataLoader.TypeLoader
buildMultiValue, buildSingleValue, collectTerm
 

Constructor Detail

FieldDataLoader.FreqsTypeLoader

protected FieldDataLoader.FreqsTypeLoader()
Method Detail

init

public void init()
Specified by:
init in interface FieldDataLoader.TypeLoader<T extends FieldData>


Copyright © 2009-2012. All Rights Reserved.