You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is redundant as the collection (aka. "source") is explicitly queried and means 20% more content with Content-Encoding "identity" (which is mostly used in requests). The 20% matter, given that the index server answers 10 millions of requests per month sending multiple TiB results.
Note: there is a nosource param in BaseAggregator,, must be passed permanently resp. made configurable in config.yaml.
The text was updated successfully, but these errors were encountered:
With PyWB 2.x every result record contains two extra fields "source" and "source-coll" absent in the original index, e.g.
This is redundant as the collection (aka. "source") is explicitly queried and means 20% more content with Content-Encoding "identity" (which is mostly used in requests). The 20% matter, given that the index server answers 10 millions of requests per month sending multiple TiB results.
Note: there is a
nosource
param in BaseAggregator,, must be passed permanently resp. made configurable in config.yaml.The text was updated successfully, but these errors were encountered: