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.appending Codec for on append-only outputs, such as plain output streams and append-only filesystems. 
org.apache.lucene.codecs.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields. 
org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. 
org.apache.lucene.codecs.memory Postings format that is read entirely into memory. 
org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field. 
org.apache.lucene.codecs.pulsing Pulsing Codec: inlines low frequency terms' postings into terms dictionary. 
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 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)
           
 

Constructors in org.apache.lucene.codecs with parameters of type SegmentWriteState
BlockTermsWriter(TermsIndexWriterBase termsIndexWriter, SegmentWriteState state, PostingsWriterBase postingsWriter)
           
BlockTreeTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock)
          Create a new writer.
FixedGapTermsIndexWriter(SegmentWriteState state)
           
VariableGapTermsIndexWriter(SegmentWriteState state, VariableGapTermsIndexWriter.IndexTermSelector policy)
           
 

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

Constructors in org.apache.lucene.codecs.appending with parameters of type SegmentWriteState
AppendingTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock)
           
 

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

Methods in org.apache.lucene.codecs.bloom with parameters of type SegmentWriteState
 FieldsConsumer BloomFilteringPostingsFormat.fieldsConsumer(SegmentWriteState state)
           
abstract  FuzzySet BloomFilterFactory.getSetForField(SegmentWriteState state, FieldInfo info)
           
 FuzzySet DefaultBloomFilterFactory.getSetForField(SegmentWriteState state, FieldInfo info)
           
 

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)
           
Lucene40PostingsWriter(SegmentWriteState state, int skipInterval)
           
 

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

Methods in org.apache.lucene.codecs.memory with parameters of type SegmentWriteState
 FieldsConsumer MemoryPostingsFormat.fieldsConsumer(SegmentWriteState state)
           
 FieldsConsumer DirectPostingsFormat.fieldsConsumer(SegmentWriteState state)
           
 

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.codecs.pulsing
 

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

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

Constructors in org.apache.lucene.codecs.sep with parameters of type SegmentWriteState
SepPostingsWriter(SegmentWriteState state, IntStreamFactory factory)
           
SepPostingsWriter(SegmentWriteState state, IntStreamFactory factory, int skipInterval)
           
 

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

Methods in org.apache.lucene.codecs.simpletext with parameters of type SegmentWriteState
 FieldsConsumer SimpleTextPostingsFormat.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)
           
SegmentWriteState(SegmentWriteState state, String segmentSuffix)
          Create a shallow SegmentWriteState copy final a format ID
 



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