Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FAIDARE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
urgi-is
FAIDARE
Merge requests
!41
Create script to index data in FAIDARE.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Create script to index data in FAIDARE.
feat/indexing_script
into
master
Overview
5
Commits
11
Pipelines
0
Changes
1
Merged
Célia Michotey
requested to merge
feat/indexing_script
into
master
5 years ago
Overview
5
Commits
11
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
8a2dba35
Show latest version
1 file
+
22
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8a2dba35
fix: Add missing fields in trial mapping
· 8a2dba35
Jérémy Destin
authored
5 years ago
backend/src/test/resources/fr/inra/urgi/faidare/repository/es/setup/index/trial_mapping.json
+
22
−
3
Options
@@ -23,6 +23,9 @@
"commonCropName"
:
{
"type"
:
"keyword"
},
"trialDescription"
:
{
"type"
:
"keyword"
},
"documentationURL"
:
{
"type"
:
"keyword"
},
@@ -34,6 +37,16 @@
"type"
:
"date"
,
"format"
:
"YYYY-MM-dd"
},
"publications"
:
{
"properties"
:
{
"publicationReference"
:
{
"type"
:
"keyword"
},
"publicationPUI"
:
{
"type"
:
"keyword"
}
}
},
"programURIs"
:
{
"type"
:
"keyword"
},
@@ -69,6 +82,9 @@
"name"
:
{
"type"
:
"keyword"
},
"studyDescription"
:
{
"type"
:
"keyword"
},
"locationURI"
:
{
"type"
:
"keyword"
},
@@ -180,7 +196,7 @@
"type"
:
"object"
,
"properties"
:
{}
},
"source"
:
{
"type"
:
"keyword"
},
@@ -206,7 +222,7 @@
"type"
:
"keyword"
}
}
},
},
"datasetAuthorship"
:
{
"properties"
:
{
"license"
:
{
@@ -247,6 +263,9 @@
"instituteName"
:
{
"type"
:
"keyword"
},
"institutionName"
:
{
"type"
:
"keyword"
},
"email"
:
{
"type"
:
"keyword"
},
@@ -268,7 +287,7 @@
"trialDbIds"
:
{
"type"
:
"keyword"
},
"source"
:
{
"type"
:
"keyword"
},
Loading