Class CodecService


  • public class CodecService
    extends Object
    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. Elasticsearch exposes the full Codec capabilities through this CodecService.
    • Constructor Detail

      • CodecService

        public CodecService​(@Nullable
                            MapperService mapperService,
                            org.apache.logging.log4j.Logger logger)
    • Method Detail

      • availableCodecs

        public String[] availableCodecs()
        Returns all registered available codec names