Releases: dataoverheid/solr-index-tasks
Releases · dataoverheid/solr-index-tasks
0.17.3
0.17.2
0.17.0
0.17.0 (2021/08)
- Add
get_facet_counts
toSolrCollection
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, ingenerate_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
anddonl_search
. - Map distribution type while synchronizing
donl_dataset
anddonl_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 thesolr_tasks/synchronize_collections.py
task.
0.16.1
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
0.14.1
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 nameduser_defined_synonyms
per content type that holds the user defined synonym mapping.
0.13.0
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
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
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 thesuggest.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
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).