Skip to content

Commit

Permalink
chore: add javadocs
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Hasnain <[email protected]>
  • Loading branch information
hasnain2808 committed Feb 15, 2024
1 parent 91fde67 commit b243056
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ public class ConstantKeywordFieldMapper extends ParametrizedFieldMapper {

public static final String CONTENT_TYPE = "constant_keyword";

/**
* A {@link Mapper.TypeParser} for the constant keyword field.
*
* @opensearch.internal
*/
public static class TypeParser implements Mapper.TypeParser {
@Override
public Mapper.Builder parse(String name, Map<String, Object> node, ParserContext parserContext) throws MapperParsingException {
Expand Down

0 comments on commit b243056

Please sign in to comment.