Class TestCaseIndex
- java.lang.Object
-
- org.openmetadata.service.search.indexes.TestCaseIndex
-
- All Implemented Interfaces:
ElasticSearchIndex
public class TestCaseIndex extends Object implements ElasticSearchIndex
-
-
Constructor Summary
Constructors Constructor Description TestCaseIndex(TestCase testCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>buildESDoc()Map<String,Object>buildESDocForCreate()
-
-
-
Constructor Detail
-
TestCaseIndex
public TestCaseIndex(TestCase testCase)
-
-
Method Detail
-
buildESDoc
public Map<String,Object> buildESDoc()
- Specified by:
buildESDocin interfaceElasticSearchIndex
-
-