[GitHub] lucene-solr issue #287: SOLR-11331: Ability to Debug Solr With Eclipse IDE

2018-03-19 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/287 Code committed by @uschindler. Commit d2152da59482b6cc338c60888b72e8f2996cb86a --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] lucene-solr pull request #287: SOLR-11331: Ability to Debug Solr With Eclips...

2018-03-19 Thread mrkarthik
Github user mrkarthik closed the pull request at: https://github.com/apache/lucene-solr/pull/287 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr issue #333: SOLR-12064: NullPointerException in JSON facet

2018-03-19 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/333 Commit 68d8eb45046e01b511b45efbdc72323670956fbd --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

[GitHub] lucene-solr pull request #333: SOLR-12064: NullPointerException in JSON face...

2018-03-19 Thread mrkarthik
Github user mrkarthik closed the pull request at: https://github.com/apache/lucene-solr/pull/333 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #333: SOLR-12064: NullPointerException in JSON face...

2018-03-07 Thread mrkarthik
GitHub user mrkarthik opened a pull request: https://github.com/apache/lucene-solr/pull/333 SOLR-12064: NullPointerException in JSON facet You can merge this pull request into a Git repository by running: $ git pull https://github.com/mrkarthik/lucene-solr jira/SOLR-12064

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-03-08 Thread mrkarthik
Github user mrkarthik commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/323#discussion_r173216592 --- Diff: lucene/core/src/java/org/apache/lucene/geo/GeoEncodingUtils.java --- @@ -127,6 +130,10 @@ public static double decodeLatitude(int encoded

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-03-08 Thread mrkarthik
Github user mrkarthik commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/323#discussion_r173277621 --- Diff: solr/core/src/java/org/apache/solr/schema/LatLonPointSpatialField.java --- @@ -71,6 +74,10 @@ protected SpatialStrategy newSpatialStrategy

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-03-08 Thread mrkarthik
Github user mrkarthik commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/323#discussion_r173278281 --- Diff: solr/core/src/test/org/apache/solr/search/TestSolr4Spatial.java --- @@ -157,7 +158,7 @@ public void testIntersectFilter() throws Exception

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-03-08 Thread mrkarthik
Github user mrkarthik commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/323#discussion_r173278646 --- Diff: solr/core/src/test/org/apache/solr/search/TestSolr4Spatial2.java --- @@ -122,19 +122,19 @@ public void testRptWithGeometryGeo3dField

[GitHub] lucene-solr issue #323: SOLR-11731: LatLonPointSpatialField could be improve...

2018-03-09 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/323 @dsmiley Updated the PR based on the comments. --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-03-12 Thread mrkarthik
Github user mrkarthik commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/323#discussion_r173832000 --- Diff: solr/core/src/java/org/apache/solr/search/SolrDocumentFetcher.java --- @@ -486,16 +486,14 @@ private Object decodeDVField(int localId

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-03-12 Thread mrkarthik
Github user mrkarthik commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/323#discussion_r173832025 --- Diff: solr/core/src/java/org/apache/solr/schema/LatLonPointSpatialField.java --- @@ -75,8 +77,16 @@ protected SpatialStrategy newSpatialStrategy

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-03-12 Thread mrkarthik
Github user mrkarthik commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/323#discussion_r173832038 --- Diff: solr/core/src/java/org/apache/solr/schema/LatLonPointSpatialField.java --- @@ -75,8 +77,16 @@ protected SpatialStrategy newSpatialStrategy

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-03-12 Thread mrkarthik
Github user mrkarthik commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/323#discussion_r173832060 --- Diff: solr/core/src/test/org/apache/solr/search/TestSolr4Spatial2.java --- @@ -120,21 +120,27 @@ public void testRptWithGeometryGeo3dField

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-03-12 Thread mrkarthik
Github user mrkarthik commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/323#discussion_r173911226 --- Diff: solr/core/src/java/org/apache/solr/schema/LatLonPointSpatialField.java --- @@ -75,8 +77,16 @@ protected SpatialStrategy newSpatialStrategy

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-03-12 Thread mrkarthik
Github user mrkarthik commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/323#discussion_r173911215 --- Diff: solr/core/src/java/org/apache/solr/search/SolrDocumentFetcher.java --- @@ -486,16 +486,14 @@ private Object decodeDVField(int localId

[GitHub] lucene-solr issue #287: SOLR-11331: Ability to Debug Solr With Eclipse IDE

2018-03-12 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/287 I have updated the PR. --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail

[GitHub] lucene-solr pull request #227: SOLR-11190: Fix GraphQuery not working if fie...

2017-08-04 Thread mrkarthik
GitHub user mrkarthik opened a pull request: https://github.com/apache/lucene-solr/pull/227 SOLR-11190: Fix GraphQuery not working if field has only docValues You can merge this pull request into a Git repository by running: $ git pull https://github.com/mrkarthik/lucene-solr

[GitHub] lucene-solr issue #227: SOLR-11190: Fix GraphQuery not working if field has ...

2017-08-10 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/227 Commit e7062b6f91c161965aec0cef5a9ae68280f306a4 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] lucene-solr pull request #227: SOLR-11190: Fix GraphQuery not working if fie...

2017-08-10 Thread mrkarthik
Github user mrkarthik closed the pull request at: https://github.com/apache/lucene-solr/pull/227 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] lucene-solr pull request #273: SOLR-11622: Fix mime4j library dependency for...

2017-11-13 Thread mrkarthik
GitHub user mrkarthik opened a pull request: https://github.com/apache/lucene-solr/pull/273 SOLR-11622: Fix mime4j library dependency for Tika You can merge this pull request into a Git repository by running: $ git pull https://github.com/mrkarthik/lucene-solr jira/SOLR-11622

[GitHub] lucene-solr pull request #282: Fix bundled mime4j library not sufficient for...

2017-12-02 Thread mrkarthik
GitHub user mrkarthik opened a pull request: https://github.com/apache/lucene-solr/pull/282 Fix bundled mime4j library not sufficient for Tika requirement You can merge this pull request into a Git repository by running: $ git pull https://github.com/mrkarthik/lucene-solr

[GitHub] lucene-solr issue #273: SOLR-11622: Fix mime4j library dependency for Tika

2017-12-04 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/273 For some reason this pull request is not getting updated, created new pull request https://github.com/apache/lucene-solr/pull/282

[GitHub] lucene-solr pull request #273: SOLR-11622: Fix mime4j library dependency for...

2017-12-04 Thread mrkarthik
Github user mrkarthik closed the pull request at: https://github.com/apache/lucene-solr/pull/273 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr issue #244: SOLR-11304: Fix Exception while returning document i...

2017-12-04 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/244 Planning to merge with master, will create new pull request. --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] lucene-solr pull request #244: SOLR-11304: Fix Exception while returning doc...

2017-12-04 Thread mrkarthik
Github user mrkarthik closed the pull request at: https://github.com/apache/lucene-solr/pull/244 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #283: SOLR-11304: Fix Exception while returning doc...

2017-12-04 Thread mrkarthik
GitHub user mrkarthik opened a pull request: https://github.com/apache/lucene-solr/pull/283 SOLR-11304: Fix Exception while returning document if LatLonPointSpatialField field is not stored You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] lucene-solr pull request #282: SOLR-11622: Fix mime4j library dependency for...

2017-12-04 Thread mrkarthik
Github user mrkarthik closed the pull request at: https://github.com/apache/lucene-solr/pull/282 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #273: SOLR-11622: Fix mime4j library dependency for...

2017-12-04 Thread mrkarthik
GitHub user mrkarthik reopened a pull request: https://github.com/apache/lucene-solr/pull/273 SOLR-11622: Fix mime4j library dependency for Tika You can merge this pull request into a Git repository by running: $ git pull https://github.com/mrkarthik/lucene-solr jira/SOLR

[GitHub] lucene-solr issue #273: SOLR-11622: Fix mime4j library dependency for Tika

2017-12-04 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/273 I had local branch solr-11622 and origin had SOLR-11622, for some reason my branch is getting deleted. Sorry for the all these deletes

[GitHub] lucene-solr issue #282: SOLR-11622: Fix mime4j library dependency for Tika

2017-12-05 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/282 I think notes on the other PR is good. --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

[GitHub] lucene-solr pull request #287: SOLR-11331: Ability to Debug Solr With Eclips...

2017-12-06 Thread mrkarthik
GitHub user mrkarthik opened a pull request: https://github.com/apache/lucene-solr/pull/287 SOLR-11331: Ability to Debug Solr With Eclipse IDE You can merge this pull request into a Git repository by running: $ git pull https://github.com/mrkarthik/lucene-solr jira/SOLR-11331

[GitHub] lucene-solr issue #245: SOLR-11331: Ability to Debug Solr With Eclipse IDE

2017-12-06 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/245 Cannot merge new changes, created PR https://github.com/apache/lucene-solr/pull/287 --- - To unsubscribe, e-mail: dev

[GitHub] lucene-solr pull request #245: SOLR-11331: Ability to Debug Solr With Eclips...

2017-12-06 Thread mrkarthik
Github user mrkarthik closed the pull request at: https://github.com/apache/lucene-solr/pull/245 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr issue #287: SOLR-11331: Ability to Debug Solr With Eclipse IDE

2017-12-06 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/287 @uschindler I have managed to copy all required folder to eclipse-build, can you review the changes? --- - To unsubscribe

[GitHub] lucene-solr pull request #244: SOLR-11304: Fix Exception while returning doc...

2017-09-06 Thread mrkarthik
GitHub user mrkarthik opened a pull request: https://github.com/apache/lucene-solr/pull/244 SOLR-11304: Fix Exception while returning document if LatLonPointSpatialField field is not stored You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] lucene-solr pull request #245: SOLR-11331: Ability to Debug Solr With Eclips...

2017-09-06 Thread mrkarthik
GitHub user mrkarthik opened a pull request: https://github.com/apache/lucene-solr/pull/245 SOLR-11331: Ability to Debug Solr With Eclipse IDE You can merge this pull request into a Git repository by running: $ git pull https://github.com/mrkarthik/lucene-solr jira/SOLR-11331

[GitHub] lucene-solr issue #245: SOLR-11331: Ability to Debug Solr With Eclipse IDE

2017-09-06 Thread mrkarthik
Github user mrkarthik commented on the issue: https://github.com/apache/lucene-solr/pull/245 @uschindler I have removed additional gitignores. I had copied the webapp folder under `/solr/server/solr-webapp/webapp` since I start jetty with following JVM option

[GitHub] lucene-solr pull request #273: SOLR-11622: Fix mime4j library dependency for...

2017-12-27 Thread mrkarthik
Github user mrkarthik closed the pull request at: https://github.com/apache/lucene-solr/pull/273 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #283: SOLR-11304: Fix Exception while returning doc...

2018-02-13 Thread mrkarthik
Github user mrkarthik closed the pull request at: https://github.com/apache/lucene-solr/pull/283 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #323: SOLR-11731: LatLonPointSpatialField could be ...

2018-02-13 Thread mrkarthik
GitHub user mrkarthik opened a pull request: https://github.com/apache/lucene-solr/pull/323 SOLR-11731: LatLonPointSpatialField could be improved to return the lat/lon from docValues You can merge this pull request into a Git repository by running: $ git pull https