Mat
Mat
# Should be deprecated ASAP - document_type (use elasticsearch_document_type) - id (completely useless) - updated_at (used inconsistently) - `facet_` (use `aggregate_` instead) # Should be deprecated eventually - policy_area (in...
From: https://trello.com/c/vWVU6a1i/25-rummager-test-suite We're now using rspec instead of minitest, but there are some things we need to change in order to make them idiomatic. Maybe we should run something like...
From https://trello.com/c/ap5pQF5R/20-add-tombstone-records-for-deleted-documents In the new govuk index, an unpublishing (non-withdawn) message causes rummager to delete the document from the index. This can lead to a race condition if a publishing...
From https://trello.com/c/y4ckV2Qt/18-stop-passing-around-type-and-id-in-document-source The `_type` and `_id` fields have been removed from the document source in PR [824](https://github.com/alphagov/rummager/pull/824). The Rummager code still adds them to the document hash as a convenient...
From https://trello.com/c/fuxqOjve/11-public-timestamp-should-be-mandatory # What Consider making public timestamp (and possible other fields) mandatory when indexing. # Why If this is not passed in, atom feeds for finders can break.
Moved from https://trello.com/c/l4ygDSL2/15-simplify-aggregation-functionality # What Review if we can simplify the aggregation code. We identified a few issues when replacing facets (deprecated in Elasticsearch 1.7) with aggregates. # Why This...
Moved from https://trello.com/c/8zhBPuQT/12-make-bulk-loader-work-with-arrays-instead-of-strings. # What Every night a job runs to rebuild the search index with new popularity data. https://github.com/alphagov/search-analytics/blob/master/nightly-run.sh The bulk load script accepts text from standard input, representing...
When following the instructions in `CONTRIBUTING.md` to update the data, I noticed that the generated graph doesn't include all the names in the existing JSON (possibly all the synonyms have...
### 🚀 Feature Request I was wondering if you might be open to publishing a docker image that includes some of the following tools, in addition to playwright and the...