Uses of Class
org.apache.lucene.index.IndexWriter

Packages that use IndexWriter
org.apache.lucene.benchmark.byTask
Benchmarking Lucene By Tasks. 
org.apache.lucene.benchmark.standard   
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of IndexWriter in org.apache.lucene.benchmark.byTask
 

Methods in org.apache.lucene.benchmark.byTask that return IndexWriter
 IndexWriter PerfRunData.getIndexWriter()
           
 

Methods in org.apache.lucene.benchmark.byTask with parameters of type IndexWriter
 void PerfRunData.setIndexWriter(IndexWriter indexWriter)
           
 

Uses of IndexWriter in org.apache.lucene.benchmark.standard
 

Methods in org.apache.lucene.benchmark.standard with parameters of type IndexWriter
protected  void StandardBenchmarker.makeIndex(TestRunData trd, File srcDir, IndexWriter iw, boolean stored, boolean tokenized, boolean tfv, StandardOptions options)
          Deprecated. Make index, and collect time data.
 

Uses of IndexWriter in org.apache.lucene.index
 

Fields in org.apache.lucene.index declared as IndexWriter
protected  IndexWriter IndexModifier.indexWriter
          Deprecated.  
 

Methods in org.apache.lucene.index with parameters of type IndexWriter
 MergePolicy.MergeSpecification LogMergePolicy.findMerges(org.apache.lucene.index.SegmentInfos infos, IndexWriter writer)
          Checks if any merges are now necessary and returns a MergePolicy.MergeSpecification if so.
 MergePolicy.MergeSpecification LogMergePolicy.findMergesForOptimize(org.apache.lucene.index.SegmentInfos infos, IndexWriter writer, int maxNumSegments, Set segmentsToOptimize)
          Returns the merges necessary to optimize the index.
 void ConcurrentMergeScheduler.merge(IndexWriter writer)
           
 void SerialMergeScheduler.merge(IndexWriter writer)
          Just do the merges in sequence.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.