Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Class IgnoredSourceFieldMapper.LegacyIgnoredSourceEncoding
java.lang.Object
org.elasticsearch.index.mapper.IgnoredSourceFieldMapper.LegacyIgnoredSourceEncoding
- Enclosing class:
IgnoredSourceFieldMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeAsMap(org.apache.lucene.util.BytesRef value) static org.apache.lucene.util.BytesRefstatic org.apache.lucene.util.BytesRefencodeFromMap(IgnoredSourceFieldMapper.MappedNameValue mappedNameValue)
-
Constructor Details
-
LegacyIgnoredSourceEncoding
public LegacyIgnoredSourceEncoding()
-
-
Method Details
-
encode
-
decode
-
encodeFromMap
public static org.apache.lucene.util.BytesRef encodeFromMap(IgnoredSourceFieldMapper.MappedNameValue mappedNameValue) throws IOException - Throws:
IOException
-
decodeAsMap
public static IgnoredSourceFieldMapper.MappedNameValue decodeAsMap(org.apache.lucene.util.BytesRef value) throws IOException - Throws:
IOException
-