See: Description
| Package | Description | 
|---|---|
| org.apache.lucene.codecs.appending | Codec for on append-only outputs, such as plain output streams and append-only filesystems. | 
| org.apache.lucene.codecs.blockterms | Pluggable term index / block terms dictionary implementations. | 
| org.apache.lucene.codecs.bloom | Codec PostingsFormat for fast access to low-frequency terms such as primary key fields. | 
| org.apache.lucene.codecs.diskdv | DocValuesFormat that accesses values directly from disk. | 
| org.apache.lucene.codecs.intblock | Intblock: base support for fixed or variable length block integer encoders | 
| org.apache.lucene.codecs.memory | Term dictionary, DocValues or Postings formats that are read entirely into memory. | 
| 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. | 
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.