All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.appMarketPlaceDefinition.SearchIndexingApplication.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "name": "SearchIndexingApplication",
  "displayName": "Search Indexing",
  "description": "OpenMetadata connects with Elastic/Open Search to provide search feature for Data Assets. This application provides additional features related to ES/OS.",
  "features": "Sync OpenMetadata and Elastic Search and Recreate Indexes.",
  "appType": "internal",
  "appScreenshots": ["SearchIndexPic1.png"],
  "developer": "Collate Inc.",
  "developerUrl": "https://www.getcollate.io",
  "privacyPolicyUrl": "https://www.getcollate.io",
  "supportEmail": "[email protected]",
  "scheduleType": "ScheduledOrManual",
  "permission": "All",
  "className": "org.openmetadata.service.apps.bundles.searchIndex.SearchIndexApp",
  "runtime": {
    "enabled": true
  },
  "appConfiguration": {
    "entities": [
      "table",
      "dashboard",
      "topic",
      "pipeline",
      "ingestionPipeline",
      "searchIndex",
      "user",
      "team",
      "glossary",
      "glossaryTerm",
      "mlmodel",
      "tag",
      "classification",
      "query",
      "container",
      "database",
      "databaseSchema",
      "testCase",
      "testSuite",
      "chart",
      "dashboardDataModel",
      "databaseService",
      "messagingService",
      "dashboardService",
      "pipelineService",
      "mlmodelService",
      "storageService",
      "metadataService",
      "searchService",
      "entityReportData",
      "webAnalyticEntityViewReportData",
      "webAnalyticUserActivityReportData",
      "domain",
      "storedProcedure",
      "dataProduct",
      "testCaseResolutionStatus",
      "apiService",
      "apiEndpoint",
      "apiCollection"
    ],
    "recreateIndex": false,
    "batchSize": "100",
    "searchIndexMappingLanguage": "EN"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy