Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I Indexer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Indexer
  • Merge requests
  • !124

add support for feature-collection indexing

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged neelesh thakur requested to merge feature-collection into master Mar 15, 2021
  • Overview 8
  • Commits 20
  • Pipelines 26
  • Changes 54

Data Definition team has harmonized the geo-shape payload on bulk-records. Any records that has geo-shape, must be GeoJson and must conform to the schema mentioned here. All shapes must be put in FeatureCollection.

Earlier implementation of indexer service was missing this key shape hence geo-shape indexing and search workflows was broken.

This MR adds support for FeatureCollection indexing. It also adds official opendes:wks:master-data--Wellbore:1.0.0 as integration test to validate index and search workflow.

This MR also fixes few schema parsing errors which we discovered while enabling opendes:wks:master-data--Wellbore:1.0.0 indexing.

Edited Mar 22, 2021 by neelesh thakur
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-collection