[jira] [Updated] (GORA-532) Benchmarking Module

2018-03-15 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/GORA-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated GORA-532: --- Labels: gsoc2018 (was: ) > Benchmarking Module > --- > > Key: GORA-532

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400611#comment-16400611 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on the issue:

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400607#comment-16400607 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on a diff in the pull request:

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400604#comment-16400604 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on a diff in the pull request:

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

2018-03-15 Thread renato2099
Github user renato2099 commented on the issue: https://github.com/apache/gora/pull/131 sorry @lewismc I didn't submitted, I just did now. ---

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400605#comment-16400605 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on a diff in the pull request:

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400601#comment-16400601 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on a diff in the pull request:

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400603#comment-16400603 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on a diff in the pull request:

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400606#comment-16400606 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on a diff in the pull request:

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400602#comment-16400602 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on a diff in the pull request:

[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[]

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400599#comment-16400599 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on a diff in the pull request:

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400600#comment-16400600 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on a diff in the pull request:

[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

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400583#comment-16400583 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on the issue:

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

2018-03-15 Thread renato2099
Github user renato2099 commented on the issue: https://github.com/apache/gora/pull/131 if you look at the file committed then you should see them. Although I also see them directly here in the PR page. ---

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

2018-03-15 Thread lewismc
Github user lewismc commented on the issue: https://github.com/apache/gora/pull/131 Thanks @renato2099 where are the comments? I don't see them. ---

[jira] [Commented] (GORA-444) Add #size() to Result API

2018-03-15 Thread JIRA
[ https://issues.apache.org/jira/browse/GORA-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400188#comment-16400188 ] Renato Javier MarroquĂ­n Mogrovejo commented on GORA-444: Hey guys, So it is true

[jira] [Commented] (GORA-266) Lucene datastore for Gora

2018-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400131#comment-16400131 ] ASF GitHub Bot commented on GORA-266: - Github user renato2099 commented on the issue:

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

2018-03-15 Thread renato2099
Github user renato2099 commented on the issue: https://github.com/apache/gora/pull/131 Hey @lewismc This looks awesome! Thanks a lot for doing this! I went over the code quickly and I left some questions and nitpicks, feel free to update whenever you have time and ping me back