mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-29 19:35:56 +00:00
Minor: fix API Service Index entity type (#17028)
This commit is contained in:
parent
e66aa5363b
commit
cd85fe4530
@ -24,8 +24,7 @@ public record APIServiceIndex(APIService apiService) implements SearchIndex {
|
||||
}
|
||||
|
||||
public Map<String, Object> buildSearchIndexDocInternal(Map<String, Object> doc) {
|
||||
Map<String, Object> commonAttributes =
|
||||
getCommonAttributesMap(apiService, Entity.SEARCH_SERVICE);
|
||||
Map<String, Object> commonAttributes = getCommonAttributesMap(apiService, Entity.API_SERVICE);
|
||||
doc.putAll(commonAttributes);
|
||||
return doc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user