-
Notifications
You must be signed in to change notification settings - Fork 63
Geoportal Search Component
Jill Saligoe-Simmel edited this page Apr 6, 2023
·
35 revisions
- 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:
- GetCapabilities
- GetRecords for 'map' from default catalog
- GetRecords for 'map' from catalog named 'arcgis' - This is ArcGIS Online
- GetRecords for 'map' from the SDI Team subscription in ArcGIS Online (!)
- GetRecords for 'map' from ArcGIS Online as well as from our Geoportal Server 2 demo site. This is federated search!
- Get an individual record
- OpenSearch Descriptor
- Search for 'map'
- Search for 'map' with additional search parameters
- Search for 'map' and return as JSON
- Search for 'map' and return as ATOM feed
- Search for 'map' and return as CSW records
- Search for 'map' in SDI Team ArcGIS Online subscription
- Search for 'map' from ArcGIS Online as well as from our Geoportal Server 2 demo site
- 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
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:
- For ArcGIS Online:
- For ArcGIS Online with a particular organization ID:
- For ArcGIS Online with a particular organization and a particular group
- For Portal for ArcGIS instances