Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
metsimporter
Commits
b6507ff3
Commit
b6507ff3
authored
May 27, 2022
by
Joerg-Holger Panzer
Browse files
Remove unused index fields
parent
c62c588b
Pipeline
#299581
passed with stages
in 9 minutes and 1 second
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cfg/digizeit-aws/app-static.env
View file @
b6507ff3
...
...
@@ -26,9 +26,6 @@ INDEX_TYPE="elasticsearch"
LOG_INDEX=meta.dz_log
PHYS_INDEX=meta.dz_phys
# TODO chek if required
LOG_INDEX_COLLECTION=dz_log
PHYS_INDEX_COLLECTION=dz_phys
# ---
# products with date based volumes
...
...
cfg/local/app-static.env
View file @
b6507ff3
...
...
@@ -26,10 +26,6 @@ INDEX_TYPE="elasticsearch"
LOG_INDEX=meta.dz_log
PHYS_INDEX=meta.dz_phys
# TODO chek if required
LOG_INDEX_COLLECTION=dz_log
PHYS_INDEX_COLLECTION=dz_phys
# ---
# products with date based volumes
DATEBASED_PRODUCTS=""
...
...
indexer/util/config.go
View file @
b6507ff3
...
...
@@ -166,9 +166,6 @@ type Config struct {
LogIndex
string
`mapstructure:"LOG_INDEX"`
PhysIndex
string
`mapstructure:"PHYS_INDEX"`
LogIndexCollection
string
`mapstructure:"LOG_INDEX_COLLECTION"`
PhysIndexCollection
string
`mapstructure:"PHYS_INDEX_COLLECTION"`
ContributionTypes
[]
string
`mapstructure:"CONTRIBUTION_TYPES"`
DatebasedProducts
[]
string
`mapstructure:"DATEBASED_PRODUCTS"`
MultiPeriodicalProducts
[]
string
`mapstructure:"MULTI_PERIODICAL_PRODUCTS"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment