Princeton-CDH / geniza

version 4.x of the Princeton Geniza Project
https://geniza.princeton.edu
Apache License 2.0
11 stars 2 forks source link

Index related document counts instead of computing them on the fly #1635

Closed blms closed 3 weeks ago

blms commented 3 weeks ago

Prevents a lot of extra solr queries during search; possibly at the expense of some indexing time.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.89%. Comparing base (e50a671) to head (ea0db30). Report is 2 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1635 +/- ## ======================================== Coverage 98.89% 98.89% ======================================== Files 241 241 Lines 14696 14697 +1 ======================================== + Hits 14533 14534 +1 Misses 163 163 ```