Skip to content

Releases: ld4l/ore_rdf

Solr Integration

26 Apr 20:07
Compare
Choose a tag to compare

Support the ability of PersistAggregation service to write aggregation and proxies to solr documents.

NOTE: Writing to Solr is turned on by default. To not write to Solr, use

LD4L::OreRDF::PersistAggregation.call( aggregation, false)

Upgrade to support ActiveTriples 0.5, 0.6, and 0.8.2

14 Apr 18:10
Compare
Choose a tag to compare
Prepare release 0.1.0

Updated to work with ActiveTriples 0.5, 0.6, and 0.8.2

set first_proxy, last_proxy, next_proxy, and prev_proxy

06 Mar 14:13
Compare
Choose a tag to compare

New Functionality:

  • add callbacks that allow doubly linked list to set first_proxy, last_proxy, next_proxy, and prev_proxy

Fix Hanging Error:

  • Accessing properties as attributes hangs when aggregates and proxy_for hold RDF::URIs which get converted to ActiveTriple::Resources. To address this, models set :cast=>false and services convert RDF::URIs to string representations before setting in aggregates or proxy_for.

persist aggregation throws exception when title is blank

19 Feb 03:25
Compare
Choose a tag to compare
0.0.6

FIX: title returns as string, not array

Initial release of gem.

18 Feb 20:32
Compare
Choose a tag to compare
Pre-release
Merge pull request #3 from ld4l/rework_with_service_objects

Update doc and bump version for release