GitHub user lewismc opened a pull request: https://github.com/apache/gora/pull/131
GORA-266 Lucene datastore for Gora This PR updates the patch at https://issues.apache.org/jira/browse/GORA-266 and also upgrades the Lucene API's to match with 6.2.1 which is currently where the Solr/Lucene dependencies are pegged in parent pom.xml. Some issues with this PR 1. tests do not pass 1. UNION types are not supported 1. getPartitions is not supported 1. There are a number of inline comments which we should address Code review welcome, thanks You can merge this pull request into a Git repository by running: $ git pull https://github.com/lewismc/gora GORA-266 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/gora/pull/131.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #131 ---- commit 8426dac00b28aeb170a1f6dc7cea2cfe05e67bcc Author: Lewis John McGibbney <lewis.mcgibbney@...> Date: 2018-03-15T00:29:54Z GORA-266 Lucene datastore for Gora ---- ---