Skip to content

Releases: ubbdst/elasticsearch-rdf-river

v1.7.10

21 May 11:42

Choose a tag to compare

Add support for embedding inner JSON objects. This can be achived by having a property with values in the form of key::value;;key::value. Each key-value pair will then be transformed to JSON object.

v1.7.9

22 Jan 14:19
8c3b1ff

Choose a tag to compare

Change log

  • Changes to support naturen project, that is, to be able to harvest file contents and be able to embed parent resources to a child resource.
  • Introduce an optional flag to rename resource URIs
  • Introduce an optional flag to delete river after creation
  • Many other utility functions and code refactoring

1.7.6

31 Jan 13:00
0539bd8

Choose a tag to compare

Change log

  • Add an option for automatically generating sort label with a flag generateSortLabel:true. It is false by default.
  • Add support for pretty queries, such that queries can be loaded from file or HTTP or any scheme that File Manager can handle. Also, maintain backward compatibility
  • Use context as a way to normalize properties in addition to normProps
  • Add a flag "deleteRiverAfterCreation" : true that tells whether river should be deleted after indexing. This will be useful for updating document with hidden labels. It is false by default.
  • Add utility class for some convenience methods

Version 1.7

18 Mar 15:37

Choose a tag to compare

Change log

v1.5.5-SNAPSHOT

10 Jul 08:11

Choose a tag to compare

New feature

  • Added a possibility to rename the resource URI when specified in the normProp list, this can only be done if includeResourceURI is set to true. It is true by default.

v1.5.4-SNAPSHOT

02 Jun 13:45

Choose a tag to compare

New features

  • Added support for harvesting data directly from Jena TDB
  • Ability to fetch labels for resources using TDB instead of SPARQL endpoints. Please see the documentation for more details.

1.5.3-SNAPSHOT

10 Mar 09:27

Choose a tag to compare

  • Support for partial update of the documents. In this way, documents can now be updated without full re-indexing
  • Option for a user to specify the bulk size. Please see the documentation for details.