Class BinaryFieldMapper

    • Method Detail

      • parseCreateField

        protected void parseCreateField​(ParseContext context,
                                        java.util.List<org.apache.lucene.index.IndexableField> fields)
                                 throws java.io.IOException
        Description copied from class: FieldMapper
        Parse the field value and populate fields. Implementations of this method should ensure that on failing to parse parser.currentToken() must be the current failing token
        Specified by:
        parseCreateField in class FieldMapper
        Throws:
        java.io.IOException