public class CodecService extends AbstractIndexComponent
Codec capabilities through this CodecService.| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
BEST_COMPRESSION_CODEC |
static String |
DEFAULT_CODEC |
static String |
LUCENE_DEFAULT_CODEC
the raw unfiltered lucene default. useful for testing
|
deprecationLogger, index, indexSettings, logger| コンストラクタと説明 |
|---|
CodecService(Index index) |
CodecService(Index index,
IndexSettingsService indexSettingsService,
MapperService mapperService) |
CodecService(Index index,
Settings indexSettings) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String[] |
availableCodecs()
Returns all registered available codec names
|
org.apache.lucene.codecs.Codec |
codec(String name) |
MapperService |
mapperService() |
index, indexSettingspublic CodecService(Index index)
@Inject public CodecService(Index index, IndexSettingsService indexSettingsService, MapperService mapperService)
public MapperService mapperService()
public org.apache.lucene.codecs.Codec codec(String name)
public String[] availableCodecs()
Copyright © 2009–2016. All rights reserved.