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

Packages that use PerDocConsumer
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. 
org.apache.lucene.codecs.lucene40.values Default DocValues implementation for Lucene 4.0 indexes. 
 

Uses of PerDocConsumer in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return PerDocConsumer
abstract  PerDocConsumer DocValuesFormat.docsConsumer(PerDocWriteState state)
          Consumes (writes) doc values during indexing.
abstract  PerDocConsumer NormsFormat.docsConsumer(PerDocWriteState state)
          Returns a PerDocConsumer to write norms to the index.
 

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

Subclasses of PerDocConsumer in org.apache.lucene.codecs.lucene40
 class Lucene40DocValuesConsumer
          Lucene 4.0 PerDocConsumer implementation that uses compound file.
static class Lucene40NormsFormat.Lucene40NormsDocValuesConsumer
          Lucene 4.0 PerDocConsumer implementation that uses compound file.
 

Methods in org.apache.lucene.codecs.lucene40 that return PerDocConsumer
 PerDocConsumer Lucene40DocValuesFormat.docsConsumer(PerDocWriteState state)
           
 PerDocConsumer Lucene40NormsFormat.docsConsumer(PerDocWriteState state)
           
 

Uses of PerDocConsumer in org.apache.lucene.codecs.lucene40.values
 

Subclasses of PerDocConsumer in org.apache.lucene.codecs.lucene40.values
 class DocValuesWriterBase
          Abstract base class for PerDocConsumer implementations
 



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