forked from geonetwork/core-geonetwork
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve GeoNetwork harvesters documentation pages
- Loading branch information
Showing
6 changed files
with
111 additions
and
5 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
docs/manual/docs/user-guide/harvesting/harvesting-geonetwork-20.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# GeoNetwork 2.0 Harvester {#gn2_harvester} | ||
|
||
GeoNetwork 2.1 introduced a new powerful harvesting engine which is not compatible with GeoNetwork version 2.0 based catalogues. Old 2.0 servers can still harvest from 2.1 servers but harvesting metadata from a v2.0 server requires this harvesting type. Due to the fact that GeoNetwork 2.0 was released more than 5 years ago, this harvesting type is deprecated. | ||
|
||
## Adding a GeoNetwork 2.0 Harvester | ||
|
||
Configuration options: | ||
|
||
- **Identification** - Options describing the remote site. | ||
- *Name* - This is a short description of the remote site. It will be shown in the harvesting main page as the name for this instance of the harvester. | ||
- *Group* - Group that owns the harvested metadata. | ||
- *User* - User that owns the harvested metadata. | ||
- **Schedule** - Schedule configuration to execute the harvester. | ||
- **Configure connection to GeoNetwork**: | ||
- *Catalog URL* - The URL of the GeoNetwork server from which metadata will be harvested. | ||
- *Search filter* - This allows you to select metadata records for harvest based on certain criteria: | ||
- *Full text* | ||
- *Title* | ||
- *Abstract* | ||
- *Keyword* | ||
- *Site id* - Identifier of the source to filter the metadata to harvest. | ||
|
||
- **Configure response processing** | ||
- *Remote authentication* | ||
- *Validate records before import* | ||
|
||
- **Privileges** - Assign privileges to harvested metadata. |
39 changes: 39 additions & 0 deletions
39
docs/manual/docs/user-guide/harvesting/harvesting-geonetwork-3x.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# GeoNetwork 2.1-3.x Harvester {#gn3_harvester} | ||
|
||
GeoNetwork 2.1 introduced a new powerful harvesting engine which is not compatible with GeoNetwork version 2.0 | ||
based catalogues. To harvest GeoNetwork servers based on versions 2.1 or 3.x requires this harvesting type. | ||
|
||
## Adding a GeoNetwork 2.1-3.x Harvester | ||
|
||
Configuration options: | ||
|
||
- **Identification** - Options describing the remote site. | ||
- *Name* - This is a short description of the remote site. It will be shown in the harvesting main page as the name for this instance of the harvester. | ||
- *Group* - Group that owns the harvested metadata. | ||
- *User* - User that owns the harvested metadata. | ||
- **Schedule** - Schedule configuration to execute the harvester. | ||
- **Configure connection to GeoNetwork**: | ||
- *Catalog URL* - The URL of the GeoNetwork server from which metadata will be harvested. | ||
- *Node name* - GeoNetwork node name to harvest, by default `srv`. | ||
- *Search filter* - This allows you to select metadata records for harvest based on certain criteria: | ||
- *Full text* | ||
- *Title* | ||
- *Abstract* | ||
- *Keyword* | ||
- *Custom criteria* - Allows to define whatever criteria are supported by the remote node and not available in the predefined filters (eg. `similarity` set to `1` for non fuzzy search). You may specify multiple criteria separated by `;` (eg. `_schema;siteId` with values `iso19139;7fc45be3-9aba-4198-920c-b8737112d522`). | ||
- *Catalog* - Allows to select a source to filter the metadata to harvest. | ||
|
||
- **Configure response processing** | ||
- *Action on UUID collision* - Allows to configure the action when a harvester finds the same uuid on a record collected by another method (another harvester, importer, dashboard editor,...). | ||
- skipped (default) | ||
- overriden | ||
- generate a new UUID | ||
- *Remote authentication* - User credentials to retrieved non-public metadata. | ||
- *Use full MEF format* | ||
- *Use change date for comparison* | ||
- *Set category if it exists locally* | ||
- *Category for harvested records* | ||
- *XSL filter name to apply* | ||
- *Validate records before import* | ||
|
||
- **Privileges** - Assign privileges to harvested metadata. |
39 changes: 39 additions & 0 deletions
39
docs/manual/docs/user-guide/harvesting/harvesting-geonetwork-4x.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# GeoNetwork 4.x Harvester {#gn4_harvester} | ||
|
||
GeoNetwork 4.x changed the search engine to Elasticsearch, that is not compatible with previous versions. To harvest | ||
a catalogue based on GeoNetwork 4.x requires this harvesting type. | ||
|
||
## Adding a GeoNetwork 4.x Harvester | ||
|
||
Configuration options: | ||
|
||
- **Identification** - Options describing the remote site. | ||
- *Name* - This is a short description of the remote site. It will be shown in the harvesting main page as the name for this instance of the harvester. | ||
- *Group* - Group that owns the harvested metadata. | ||
- *User* - User that owns the harvested metadata. | ||
- **Schedule** - Schedule configuration to execute the harvester. | ||
- **Configure connection to GeoNetwork**: | ||
- *Catalog URL* - The URL of the GeoNetwork server from which metadata will be harvested. | ||
- *Node name* - GeoNetwork node name to harvest, by default `srv`. | ||
- *Search filter* - This allows you to select metadata records for harvest based on certain criteria: | ||
- *Full text* | ||
- *Title* | ||
- *Abstract* | ||
- *Keyword* | ||
- *Catalog* - Allows to select a source to filter the metadata to harvest. | ||
|
||
- **Configure response processing** | ||
- *Action on UUID collision* - Allows to configure the action when a harvester finds the same uuid on a record collected by another method (another harvester, importer, dashboard editor,...). | ||
- skipped (default) | ||
- overriden | ||
- generate a new UUID | ||
- *Remote authentication* | ||
- *Use full MEF format* | ||
- *Use change date for comparison* | ||
- *Set category if it exists locally* | ||
- *Category for harvested records* | ||
- *XSL filter name to apply* | ||
- *Validate records before import* | ||
|
||
- **Privileges** - Assign privileges to harvested metadata. | ||
|
3 changes: 0 additions & 3 deletions
3
docs/manual/docs/user-guide/harvesting/harvesting-geonetwork.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters