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

Packages that use PerDocWriteState
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. 
org.apache.lucene.codecs.sep Sep: base support for separate files (doc,frq,pos,skp,pyl) 
org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings. 
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of PerDocWriteState in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs with parameters of type PerDocWriteState
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 PerDocWriteState in org.apache.lucene.codecs.lucene40
 

Methods in org.apache.lucene.codecs.lucene40 with parameters of type PerDocWriteState
 PerDocConsumer Lucene40DocValuesFormat.docsConsumer(PerDocWriteState state)
           
 PerDocConsumer Lucene40NormsFormat.docsConsumer(PerDocWriteState state)
           
 

Constructors in org.apache.lucene.codecs.lucene40 with parameters of type PerDocWriteState
Lucene40DocValuesConsumer(PerDocWriteState state, String segmentSuffix)
           
Lucene40NormsFormat.Lucene40NormsDocValuesConsumer(PerDocWriteState state, String segmentSuffix)
           
 

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

Constructors in org.apache.lucene.codecs.lucene40.values with parameters of type PerDocWriteState
DocValuesWriterBase(PerDocWriteState state)
           
DocValuesWriterBase(PerDocWriteState state, float acceptableOverheadRatio)
           
 

Uses of PerDocWriteState in org.apache.lucene.codecs.sep
 

Constructors in org.apache.lucene.codecs.sep with parameters of type PerDocWriteState
SepDocValuesConsumer(PerDocWriteState state)
           
 

Uses of PerDocWriteState in org.apache.lucene.codecs.simpletext
 

Methods in org.apache.lucene.codecs.simpletext with parameters of type PerDocWriteState
 PerDocConsumer SimpleTextDocValuesFormat.docsConsumer(PerDocWriteState state)
           
 PerDocConsumer SimpleTextNormsFormat.docsConsumer(PerDocWriteState state)
           
 

Constructors in org.apache.lucene.codecs.simpletext with parameters of type PerDocWriteState
SimpleTextNormsFormat.SimpleTextNormsPerDocConsumer(PerDocWriteState state)
           
 

Uses of PerDocWriteState in org.apache.lucene.index
 

Constructors in org.apache.lucene.index with parameters of type PerDocWriteState
PerDocWriteState(PerDocWriteState state, String segmentSuffix)
           
 



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