Class TableIndex
- java.lang.Object
-
- org.openmetadata.service.search.indexes.TableIndex
-
- All Implemented Interfaces:
ColumnIndex,ElasticSearchIndex
public class TableIndex extends Object implements ColumnIndex
-
-
Constructor Summary
Constructors Constructor Description TableIndex(Table table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>buildESDoc()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openmetadata.service.search.indexes.ColumnIndex
parseColumns
-
-
-
-
Constructor Detail
-
TableIndex
public TableIndex(Table table)
-
-
Method Detail
-
buildESDoc
public Map<String,Object> buildESDoc()
- Specified by:
buildESDocin interfaceElasticSearchIndex
-
-