Deprecated API


Contents
Deprecated Methods
org.apache.lucene.index.MultiPassIndexSplitter.split(IndexReader, Directory[], boolean)
          use MultiPassIndexSplitter.split(Version, IndexReader, Directory[], boolean) instead. This method will be removed in Lucene 4.0. 
 

Deprecated Constructors
org.apache.lucene.index.PKIndexSplitter(Directory, Directory, Directory, Filter)
          use PKIndexSplitter.PKIndexSplitter(Version, Directory, Directory, Directory, Filter) instead. This constructor will be removed in Lucene 4.0. 
org.apache.lucene.index.PKIndexSplitter(Directory, Directory, Directory, Term)
          use PKIndexSplitter.PKIndexSplitter(Version, Directory, Directory, Directory, Term) instead. This constructor will be removed in Lucene 4.0. 
 



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