mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 03:46:10 +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) {
|
public Map<String, Object> buildSearchIndexDocInternal(Map<String, Object> doc) {
|
||||||
Map<String, Object> commonAttributes =
|
Map<String, Object> commonAttributes = getCommonAttributesMap(apiService, Entity.API_SERVICE);
|
||||||
getCommonAttributesMap(apiService, Entity.SEARCH_SERVICE);
|
|
||||||
doc.putAll(commonAttributes);
|
doc.putAll(commonAttributes);
|
||||||
return doc;
|
return doc;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user