Skip to content

Geoportal Search Component

Jill Saligoe-Simmel edited this page Apr 6, 2023 · 35 revisions

OGC CSW Search Component

  • contains a framework for providing CSW 2.0.2 and CSW 3 and Opensearch services for Elasticsearch catalogs
  • can provide CSW 3 and Opensearch services for ArcGIS Online, ArcGIS Enterprise and Geoportal 2.5 portals

Some Examples:

CSW 2.0.2

CSW 3.0

OpenSearch

Installation

  • Deploy geoportal-search.war to a java application server such as Apache Tomcat 8.x by dropping the war file in the webapps folder
  • You can change the defaultTarget within: geoportal-search/WEB-INF/classes/gs/config/Config.js

Use Geoportal-search as a CSW "proxy" for ArcGIS Online and Portal for ArcGIS records

Geoportal Catalog and Geoportal Search can be used as a CSW "proxy" for ArcGIS Online or Portal for ArcGIS records. With the out of box deployment of Geoportal-search, the CSW capability for ArcGIS Online is already enabled as the default target, and within geoportal-search/WEB-INF/classes/gs/config/Config.js there are some example configurations for ArcGIS Online with orgid and for Portal for ArcGIS instances, they can be modified to suit your needs, example CSW capabilities:

Clone this wiki locally