Skip to content

Commit

Permalink
chore: make ConstantKeywordFieldType public api
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Hasnain <[email protected]>
  • Loading branch information
hasnain2808 committed Mar 27, 2024
1 parent 810321b commit d67d6ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public ConstantKeywordFieldMapper build(BuilderContext context) {
*
* @opensearch.internal
*/
@PublicApi(since = "2.14.0")
static final class ConstantKeywordFieldType extends ConstantFieldType {

protected final String value;
Expand Down

0 comments on commit d67d6ed

Please sign in to comment.