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

Packages that use PerDocProducer
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. 
 

Uses of PerDocProducer in org.apache.lucene.codecs
 

Subclasses of PerDocProducer in org.apache.lucene.codecs
 class PerDocProducerBase
          Abstract base class for PerDocProducer implementations
 

Methods in org.apache.lucene.codecs that return PerDocProducer
abstract  PerDocProducer DocValuesFormat.docsProducer(SegmentReadState state)
          Produces (reads) doc values during reading/searching.
abstract  PerDocProducer NormsFormat.docsProducer(SegmentReadState state)
          Returns a PerDocProducer to read norms from the index.
 

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

Subclasses of PerDocProducer in org.apache.lucene.codecs.lucene40
 class Lucene40DocValuesProducer
          Lucene 4.0 PerDocProducer implementation that uses compound file.
static class Lucene40NormsFormat.Lucene40NormsDocValuesProducer
          Lucene 4.0 PerDocProducer implementation that uses compound file.
 

Methods in org.apache.lucene.codecs.lucene40 that return PerDocProducer
 PerDocProducer Lucene40DocValuesFormat.docsProducer(SegmentReadState state)
           
 PerDocProducer Lucene40NormsFormat.docsProducer(SegmentReadState state)
           
 



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