- Feb 18, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.6.0' with Debian dir 1abf0f350fcb624dd6c1cc78a8972e50905b2dac
-
Antoine Lambert authored
Add a new visit_types field to elasticsearch document for origin. Add a new optional visit_types parameter to origin_search method in SearchInterface. Implement visit types filtering in search backends, an origin wil be returned if it has any of the requested visit types. Send origin visit types to elasticsearch when processing origin visits in journal client. Related to T2869
-
Antoine Lambert authored
-
Antoine Lambert authored
-
vlorentz authored
So that if the first document with a given field has a date-like value in that field, Elasticsearch does not enforce that all documents and queries on that field use a data. Also, in the same test checking this, add a similar check for numeric values, in case 'numeric_detection' ever gets turned on by default.
-
Jenkins for Software Heritage authored
Update to upstream version '0.5.0' with Debian dir e7e5c30aeb8f86ab0be9374e1a6358120bf50893
-
Vincent Sellier authored
- Add timing/count of api calls - Add statistic on origin indexation Related to T3042
- Feb 17, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.4.2' with Debian dir ec107b8d7da926f26f2b006da43c78daaf52b589
-
Antoine Lambert authored
Add support for searching in origin intrinsic metadata with the memory backend. Search behavior should be close to the one implemented in the elasticsearch backend. Related to T3047
- Jan 07, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.4.1' with Debian dir f50da962531cd286c08759a9ec559aa80a48d1ff
- Jan 04, 2021
-
-
vlorentz authored
-
David Douard authored
-
- Dec 23, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.4.0' with Debian dir 4a7cb68173e4fc50819e9eb650a547fb70f9150c
-
Vincent Sellier authored
It will allow to perform some tests on different index configurations on the same elasticsearch server Related to T2904
- Dec 22, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.3.5' with Debian dir a26526038458f5a558c4571ad568f15584642362
-
vlorentz authored
- Dec 17, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.3.4' with Debian dir b005eb9798216190d66a19255dd13a132627ff8b
-
Antoine R. Dumont authored
- Dec 11, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.3.3' with Debian dir 645a761052976f49f7504b94fe7c7f0107a33c45
-
Antoine R. Dumont authored
Related to T2876
-
vlorentz authored
This allows getting results for the query 'foo bar' even if 'foo' and 'bar' are in different fields (eg. author and description) of the same document.