Interface ColumnIndex
- All Superinterfaces:
SearchIndex
- All Known Implementing Classes:
ContainerIndex,DashboardDataModelIndex,TableIndex
-
Field Summary
Fields inherited from interface org.openmetadata.service.search.indexes.SearchIndex
DEFAULT_EXCLUDED_FIELDS -
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetDescriptionStatus(EntityInterface entity) default voidparseColumns(List<Column> columns, List<FlattenColumn> flattenColumns, String parentColumn) Methods inherited from interface org.openmetadata.service.search.indexes.SearchIndex
buildSearchIndexDoc, buildSearchIndexDocInternal, getCommonAttributesMap, getEntity, getEntityWithDisplayName, getExcludedFields, getFQNParts, getSuggest, removeNonIndexableFields
-
Method Details
-
parseColumns
default void parseColumns(List<Column> columns, List<FlattenColumn> flattenColumns, String parentColumn) -
getDescriptionStatus
- Specified by:
getDescriptionStatusin interfaceSearchIndex
-