Uses of Class
org.apache.blur.lucene.warmup.IndexTracerResult

Packages that use IndexTracerResult
org.apache.blur.lucene.warmup   
 

Uses of IndexTracerResult in org.apache.blur.lucene.warmup
 

Methods in org.apache.blur.lucene.warmup that return IndexTracerResult
static IndexTracerResult IndexTracerResult.read(org.apache.lucene.store.IndexInput input)
           
 IndexTracerResult IndexTracer.runTrace(org.apache.lucene.index.Terms terms)
           
 

Methods in org.apache.blur.lucene.warmup that return types with arguments of type IndexTracerResult
 Map<String,List<IndexTracerResult>> IndexWarmup.sampleIndex(org.apache.lucene.index.AtomicReader atomicReader, String context)
           
 Map<String,List<IndexTracerResult>> IndexWarmup.sampleIndex(org.apache.lucene.index.IndexReader reader, String context)
           
 

Method parameters in org.apache.blur.lucene.warmup with type arguments of type IndexTracerResult
 void IndexWarmup.getFilePositionsToWarm(org.apache.lucene.index.IndexReader reader, List<IndexTracerResult> traces, String fieldName, String context, Map<String,org.apache.lucene.util.OpenBitSet> filePartsToWarm, int blockSize)
           
 void IndexWarmup.getFilePositionsToWarm(org.apache.lucene.index.IndexReader reader, Map<String,List<IndexTracerResult>> sampleIndex, String fieldName, String context, Map<String,org.apache.lucene.util.OpenBitSet> filePartsToWarm, int blockSize)
           
 void IndexWarmup.warmFile(org.apache.lucene.index.IndexReader reader, Map<String,List<IndexTracerResult>> sampleIndex, String fieldName, String context)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.