Releases: ubbdst/elasticsearch-rdf-river
Releases · ubbdst/elasticsearch-rdf-river
v1.7.10
v1.7.9
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
Change log
- Add an option for automatically generating sort label with a flag
generateSortLabel:true. It isfalseby 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" : truethat tells whether river should be deleted after indexing. This will be useful for updating document with hidden labels. It isfalseby default. - Add utility class for some convenience methods
Version 1.7
Change log
- Added
suggestfield for every document during indexing, in this way, we are able to implement completion suggestion from Elasticsearch. However, you would still have to set up your mappings for this field to get the feature working. Read more on https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html - Add support for indexing object of any type.
- Use Java 8
v1.5.5-SNAPSHOT
New feature
- Added a possibility to rename the resource URI when specified in the normProp list, this can only be done if
includeResourceURIis set totrue. It istrueby default.
v1.5.4-SNAPSHOT
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
- 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.