Package org.openmetadata.service.search
Class SearchIndexUtils
- java.lang.Object
-
- org.openmetadata.service.search.SearchIndexUtils
-
public final class SearchIndexUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>parseFollowers(List<EntityReference> followersRef)static List<TagLabel>parseTags(List<TagLabel> tags)static voidremoveNonIndexableFields(Map<String,Object> doc, List<String> fields)
-