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.lucene41 Lucene 4.1 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)
          Deprecated.  
 PostingsWriterBase Lucene40PostingsBaseFormat.postingsWriterBase(SegmentWriteState state)
          Deprecated.  
 

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

Methods in org.apache.lucene.codecs.lucene41 with parameters of type SegmentWriteState
 FieldsConsumer Lucene41PostingsFormat.fieldsConsumer(SegmentWriteState state)
           
 PostingsWriterBase Lucene41PostingsBaseFormat.postingsWriterBase(SegmentWriteState state)
           
 

Constructors in org.apache.lucene.codecs.lucene41 with parameters of type SegmentWriteState
Lucene41PostingsWriter(SegmentWriteState state)
          Creates a postings writer with PackedInts.COMPACT
Lucene41PostingsWriter(SegmentWriteState state, float acceptableOverheadRatio)
          Creates a postings writer with the specified PackedInts overhead ratio
 

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-2013 Apache Software Foundation. All Rights Reserved.