Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stkenny committed Aug 16, 2022
1 parent 50fdf14 commit 3bd547c
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This project adds a graphical user interface(GUI) for exporting data of OpenRefi

### Latest release

[RDF Extension v1.3.1](https://github.com/stkenny/grefine-rdf-extension/releases/download/v1.3.1/rdf-extension-1.3.1.zip)
[RDF Extension v1.4.0](https://github.com/stkenny/grefine-rdf-extension/releases/download/v1.4.0/rdf-extension-1.4.0.zip)

## INSTALL

### Prerequisites

You need to have Java and OpenRefine installed on your machine.
* Java 8+
* OpenRefine 3.3+
* Java 11
* OpenRefine 3.6

### From compiled release

Expand All @@ -34,20 +34,5 @@ It is recommended that you have an active internet connection during the first r

If you have previously installed the extension you will need to replace it in the OpenRefine extensions directory with the newly built version.

### Issues
If you are upgrading from an older version (prior to v1.0.0-rc4) you may see an error similar to the below when starting OpenRefine:
```
Exception in thread "main" java.lang.Error: class org.apache.lucene.index.IndexFormatTooOldException:
org.apache.lucene.index.IndexFormatTooOldException: Format version is not supported (resource
BufferedChecksumIndexInput(MMapIndexInput(path="C:\PATH\OpenRefine\cache\rdfExtension\export\luceneIndex
\segments_1"))): -11 (needs to be between 1071082519 and 1071082519).
This version of Lucene only supports indexes created with
release 5.0 and later.
```
This is due to an upgrade in the version of Lucene used.
To solve this you will need to remove the old Lucene index and restart OpenRefine, i.e., for the example above delete
```C:\PATH\OpenRefine\cache\rdfExtension\export\luceneIndex```.
For Linux this will be under ```~/.local/share/openrefine/cache/rdfExtension/export/luceneIndex```

## Documentation
* [Documentation Wiki](https://github.com/stkenny/grefine-rdf-extension/wiki)

0 comments on commit 3bd547c

Please sign in to comment.