Class | Description |
---|---|
CodecModule |
The
CodecModule creates and loads the CodecService ,
PostingsFormatService and DocValuesFormatService ,
allowing low level data-structure specialization on a Lucene Segment basis. |
CodecService |
Since Lucene 4.0 low level index segments are read and written through a
codec layer that allows to use use-case specific file formats &
data-structures per field.
|
PerFieldMappingPostingFormatCodec |
This postings format is the default
PostingsFormat for Elasticsearch. |
Copyright © 2009–2015. All rights reserved.