This is an automated email from the ASF dual-hosted git repository.
alfonsonishikawa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git.
from 6defdc7 Merge pull request #231 from
podorvanova/gora-557-add-support-for-mongodb
new ba69804 XSD validation for Lucene datastore
new e0d088a Use 2 space indentation, add license notice and move schema
to main code
new 3324200 Add link to XSD in the test mapping of Lucene
new efce549 Develop test for XSD validation.
new 7a7ec0a configure gora.xsd_validation property for XSD validation
(default: false)
new 96d77b2 Merge pull request #227 from mgov88/master
The 1359 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/gora/lucene/store/LuceneStore.java | 16 +++++-
gora-lucene/src/main/resources/gora-lucene.xsd | 65 ++++++++++++++++++++++
.../src/test/conf/gora-lucene-mapping-bad.xml | 26 ++++-----
gora-lucene/src/test/conf/gora-lucene-mapping.xml | 3 +-
.../apache/gora/lucene/store/TestLuceneStore.java | 17 +++++-
5 files changed, 109 insertions(+), 18 deletions(-)
create mode 100644 gora-lucene/src/main/resources/gora-lucene.xsd
copy gora-jet/conf/hazelcast-client.xml =>
gora-lucene/src/test/conf/gora-lucene-mapping-bad.xml (59%)