[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-05-22 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r189883057 --- Diff: gora-core/src/main/java/org/apache/gora/util/IOUtils.java --- @@ -660,7 +657,8 @@ public static void writeStringArray(DataOutput out, String[]

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-24 Thread renato2099
Github user renato2099 commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r176906710 --- Diff: gora-core/src/main/java/org/apache/gora/util/IOUtils.java --- @@ -434,7 +432,7 @@ public static void writeBoolArray(DataOutput out, boolean[]

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-23 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r176891528 --- Diff: gora-core/src/main/java/org/apache/gora/util/IOUtils.java --- @@ -434,7 +432,7 @@ public static void writeBoolArray(DataOutput out, boolean[]

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-23 Thread renato2099
Github user renato2099 commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r176771580 --- Diff: gora-core/src/main/java/org/apache/gora/util/IOUtils.java --- @@ -434,7 +432,7 @@ public static void writeBoolArray(DataOutput out, boolean[]

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-22 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r176596674 --- Diff: gora-core/src/main/java/org/apache/gora/util/IOUtils.java --- @@ -434,7 +432,7 @@ public static void writeBoolArray(DataOutput out, boolean[]

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-15 Thread renato2099
Github user renato2099 commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r174723758 --- Diff: gora-lucene/src/main/java/org/apache/gora/lucene/store/LuceneStore.java --- @@ -0,0 +1,475 @@ +/** + * Licensed to the Apache Software

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-15 Thread renato2099
Github user renato2099 commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r174717006 --- Diff: gora-core/src/main/java/org/apache/gora/util/IOUtils.java --- @@ -611,8 +609,7 @@ public static void writeStringArray(DataOutput out, String[]

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-15 Thread renato2099
Github user renato2099 commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r174718062 --- Diff: gora-lucene/src/main/java/org/apache/gora/lucene/query/LuceneResult.java --- @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-15 Thread renato2099
Github user renato2099 commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r174716112 --- Diff: gora-core/src/main/java/org/apache/gora/util/IOUtils.java --- @@ -434,7 +432,7 @@ public static void writeBoolArray(DataOutput out, boolean[]

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-15 Thread renato2099
Github user renato2099 commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r174719493 --- Diff: gora-lucene/src/main/java/org/apache/gora/lucene/query/LuceneResult.java --- @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-15 Thread renato2099
Github user renato2099 commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r174715638 --- Diff: gora-core/src/main/java/org/apache/gora/avro/store/AvroStore.java --- @@ -50,8 +48,7 @@ * An adapter DataStore for binary-compatible Avro

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-15 Thread renato2099
Github user renato2099 commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r174720104 --- Diff: gora-lucene/src/main/java/org/apache/gora/lucene/store/LuceneMapping.java --- @@ -0,0 +1,50 @@ +/** + * Licensed to the Apache Software

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-15 Thread renato2099
Github user renato2099 commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r174718491 --- Diff: gora-lucene/src/main/java/org/apache/gora/lucene/query/LuceneResult.java --- @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software

[GitHub] gora pull request #131: GORA-266 Lucene datastore for Gora

2018-03-14 Thread lewismc
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