org.elasticsearch.index.field.data.support
Class FieldDataLoader

java.lang.Object
  extended by org.elasticsearch.index.field.data.support.FieldDataLoader

public class FieldDataLoader
extends Object


Nested Class Summary
static class FieldDataLoader.FreqsTypeLoader<T extends FieldData>
           
static interface FieldDataLoader.TypeLoader<T extends FieldData>
           
 
Constructor Summary
FieldDataLoader()
           
 
Method Summary
static
<T extends FieldData>
T
load(org.apache.lucene.index.IndexReader reader, String field, FieldDataLoader.TypeLoader<T> loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDataLoader

public FieldDataLoader()
Method Detail

load

public static <T extends FieldData> T load(org.apache.lucene.index.IndexReader reader,
                                           String field,
                                           FieldDataLoader.TypeLoader<T> loader)
                                throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.