| Package | Description |
|---|---|
| org.elasticsearch.index.codec | |
| org.elasticsearch.index.engine | |
| org.elasticsearch.index.shard |
| Class and Description |
|---|
| CodecModule
The
CodecModule creates and loads the CodecService,
PostingsFormatService and DocValuesFormatService,
allowing low level data-structure specialization on a Lucene Segment basis. |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
Copyright © 2009–2016. All rights reserved.