EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Remove dependency on /esg/config/facets.propreties #1247

Closed LucaCinquini closed 8 years ago

LucaCinquini commented 8 years ago

Who: Luca

Right now, new search facets still need to be configured in /esg/config/facets.properties, which adds an un-necessary dependency to the CoG search configuration. We need to modify the ESGF search services to retrieve the list of allowed facets dynamically.

murphysj commented 8 years ago

Moving to 3.5

LucaCinquini commented 8 years ago

This was done by changing the esg-search code to query the list of available facets from all configured shards, when the server is first started, or every 24 hours. The file facets.properties is no longer needed.