Add method to validate/check number of Flavors (present/expected) for a given ADO #255
Labels
enhancement
New feature or request
Search API
F around and find out
Strawberry Flavor
Post Processing data extracted that goes into Solr
Typed Data and Search
Milestone
See
strawberryfield/src/StrawberryfieldUtilityService.php
Line 319 in a7ba733
Sadly this (even still useful) is not enough. We need to also get "how many we should expect to have". Luckily we index also
sequence_total
as a value so the idea is:Similar query, facet by
sequence_total
, get the "value" not the "count" from the extra data from the results. Sum them up. return both count and expected.This is needed to be able to "avoid" reprocessing (as an option) ADOs where all matches/is in place. Even if the queue item workers will not run OCR again if present (we already have that) re-enqueing 700K OCRs just to check that is an overkill. Thinking of JSON patching etc.
The text was updated successfully, but these errors were encountered: