Class ContainerIndex
- java.lang.Object
-
- org.openmetadata.service.search.indexes.ContainerIndex
-
- All Implemented Interfaces:
ColumnIndex,ElasticSearchIndex
public class ContainerIndex extends Object implements ColumnIndex
-
-
Constructor Summary
Constructors Constructor Description ContainerIndex(Container container)
-
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
-
ContainerIndex
public ContainerIndex(Container container)
-
-
Method Detail
-
buildESDoc
public Map<String,Object> buildESDoc()
- Specified by:
buildESDocin interfaceElasticSearchIndex
-
-