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

Packages that use SegmentWriteState
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.perfield Postings format that can delegate to different formats per-field. 
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of SegmentWriteState in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs with parameters of type SegmentWriteState
abstract  FieldsConsumer PostingsFormat.fieldsConsumer(SegmentWriteState state)
          Writes a new segment
abstract  PostingsWriterBase PostingsBaseFormat.postingsWriterBase(SegmentWriteState state)
          Creates the PostingsWriterBase for this format.
 

Constructors in org.apache.lucene.codecs with parameters of type SegmentWriteState
BlockTreeTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock)
          Create a new writer.
 

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

Methods in org.apache.lucene.codecs.lucene40 with parameters of type SegmentWriteState
 FieldsConsumer Lucene40PostingsFormat.fieldsConsumer(SegmentWriteState state)
           
 PostingsWriterBase Lucene40PostingsBaseFormat.postingsWriterBase(SegmentWriteState state)
           
 

Constructors in org.apache.lucene.codecs.lucene40 with parameters of type SegmentWriteState
Lucene40PostingsWriter(SegmentWriteState state)
          Creates a Lucene40PostingsWriter, with the Lucene40PostingsWriter.DEFAULT_SKIP_INTERVAL.
Lucene40PostingsWriter(SegmentWriteState state, int skipInterval)
          Creates a Lucene40PostingsWriter, with the specified skipInterval.
 

Uses of SegmentWriteState in org.apache.lucene.codecs.perfield
 

Methods in org.apache.lucene.codecs.perfield with parameters of type SegmentWriteState
 FieldsConsumer PerFieldPostingsFormat.fieldsConsumer(SegmentWriteState state)
           
 

Uses of SegmentWriteState in org.apache.lucene.index
 

Constructors in org.apache.lucene.index with parameters of type SegmentWriteState
PerDocWriteState(SegmentWriteState state)
          Creates a PerDocWriteState, copying fields from another and allocating a new PerDocWriteState.bytesUsed.
SegmentWriteState(SegmentWriteState state, String segmentSuffix)
          Create a shallow SegmentWriteState copy final a format ID
 



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