Skip to content

Releases: dataoverheid/solr-index-tasks

0.17.3

30 May 10:02
4007ead
Compare
Choose a tag to compare
Merge pull request #12 from dataoverheid/feature/update-from-gitlab

Update from gitlab

0.17.2

10 Apr 09:04
74203da
Compare
Choose a tag to compare
Merge pull request #11 from dataoverheid/feature/gitlab-update

Gitlab update

0.17.0

13 Aug 07:39
864cb5a
Compare
Choose a tag to compare

0.17.0 (2021/08)

  • Add get_facet_counts to SolrCollection that returns a map <field-value, count> of a given field's counts.
  • Update popularity index, based on the number of relations of an object, in generate_relations.py.

0.16.4 (2021/07)

  • Exclude filter suggestions that lead to a empty resultset.

0.16.3 (2021/06)

  • Map res_description to text directly while synchronizing donl_dataset and donl_search.
  • Map distribution type while synchronizing donl_dataset and donl_search.
  • Index suggestions that have at least 1 relation only.

0.16.2 (2021/06)

  • Fixed a bug that prevented all but the first DataSchema distribution from being indexed in the donl_search collection when running the solr_tasks/synchronize_collections.py task.

0.16.1

08 Jun 07:56
6b83fa1
Compare
Choose a tag to compare

0.16.1 (2021/05)

  • Set more lenient permissions for the ./lists directory in the Docker image. The old behaviour prevented other users from having read access to the directory itself causing permissions issues when mounting the lists directory as a volume in other containers.

0.16.0

04 Jun 07:15
f9e89ac
Compare
Choose a tag to compare

0.16.0 (2021/05)

  • Add user defined synonyms of organizations to organization suggestions.

0.15.0 (2021/05)

  • Add index of dataschema.

0.14.1

11 May 12:14
c3325f1
Compare
Choose a tag to compare

0.14.1 (2021/05)

  • The generate_relations.py script now commits after each function.

0.14.0 (2021/04)

  • Updated generate_suggestions.py so that it indexes user defined synonym suggestions.
  • Updated resources/suggestions.json with an optional key named user_defined_synonyms per content type that holds the user defined synonym mapping.

0.13.0

23 Apr 08:30
c7efd17
Compare
Choose a tag to compare

0.13.0 (2021/04)

  • Add script update_relations_with_object_property.py. This script indexes an object property to its relations according to the mapping in resources/property_to_relation.json.

0.12.0 (2021/04)

  • Several optimizations made to the created Docker image.

0.11.2

09 Mar 14:53
3a0b98a
Compare
Choose a tag to compare

0.11.2 (2021/03)

  • Bugfix in generate_suggestions.py. When generating suggestions we now use objects with a non-empty relation field for setting the weight of suggestions.

0.11.1 (2021/02)

  • Updated the donl_dataset to donl_search mapping to accommodate the changes made in ckanext-dataoverheid@2.5.2.

0.11.0

23 Feb 07:57
eba0c9e
Compare
Choose a tag to compare

0.11.0 (2021/02)

  • The generate_relations.py script now also indexes authority kind (in addition to authority).

0.10.0 (2021/01)

  • Suggestions are now generated within the context of a specific community. Suggestions can be filtered by including the sys_name of the community in the suggest.cfq.

0.9.0 (2021/01)

  • Suggestions now use their relation count (i.e. how many relations a suggestion has with other objects) as suggestions weight.

0.8.0

15 Jan 14:58
225befa
Compare
Choose a tag to compare

0.8.0 (2021/01)

  • Filter suggestions now have _filter appended to their type.

0.7.0 (2021/01)

  • Add explicit label in_context_of:self to suggestions without any context.
  • Always use sys_uri as payload for context/filter suggestions (overwriting what is in the suggestion mapping mapped to the payload field).