Uses of Class
org.apache.lucene.codecs.LiveDocsFormat

Packages that use LiveDocsFormat
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
org.apache.lucene.codecs.lucene3x Codec to support Lucene 3.x indexes (readonly) 
org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. 
 

Uses of LiveDocsFormat in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return LiveDocsFormat
abstract  LiveDocsFormat Codec.liveDocsFormat()
          Encodes/decodes live docs
 LiveDocsFormat FilterCodec.liveDocsFormat()
           
 

Uses of LiveDocsFormat in org.apache.lucene.codecs.lucene3x
 

Methods in org.apache.lucene.codecs.lucene3x that return LiveDocsFormat
 LiveDocsFormat Lucene3xCodec.liveDocsFormat()
          Deprecated.  
 

Uses of LiveDocsFormat in org.apache.lucene.codecs.lucene40
 

Subclasses of LiveDocsFormat in org.apache.lucene.codecs.lucene40
 class Lucene40LiveDocsFormat
          Lucene 4.0 Live Documents Format.
 

Methods in org.apache.lucene.codecs.lucene40 that return LiveDocsFormat
 LiveDocsFormat Lucene40Codec.liveDocsFormat()
           
 



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