[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591732#comment-14591732 ] Joel Bernstein commented on SOLR-7689: -- Ok, this is looking pretty good. New test

[jira] [Updated] (SOLR-7622) Allow DocumentTransformer to request fields that are not displayed

2015-06-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-7622: - Attachment: SOLR-7662.patch Allow DocumentTransformer to request fields that are not displayed

[jira] [Commented] (LUCENE-6583) Remove FilteredQuery

2015-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591713#comment-14591713 ] ASF subversion and git services commented on LUCENE-6583: - Commit

Re: svn commit: r1682057 - /lucene/dev/branches/branch_5x/solr/core/src/java/org/apache/solr/logging/MDCLoggingContext.java

2015-06-18 Thread Mark Miller
These comments are so easy to miss - just happen to be scanning old email - prob best to put it in the JIRA issue. Makes sense. - Mark On Wed, May 27, 2015 at 4:01 PM Uwe Schindler u...@thetaphi.de wrote: Hi Mark, I am wondering why you be so verbose in Java 8's code. The main reason for

[jira] [Comment Edited] (SOLR-7590) Finish and improve MDC logging support.

2015-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591812#comment-14591812 ] Mark Miller edited comment on SOLR-7590 at 6/18/15 1:51 PM: I

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3241 - Still Failing

2015-06-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3241/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.update.SoftAutoCommitTest Error Message: ObjectTracker found 1 object(s) that were not released!!! [TransactionLog] Stack Trace: java.lang.AssertionError:

[GitHub] lucene-solr pull request: Loading the AuthenticationPlugin using t...

2015-06-18 Thread avidigmi
GitHub user avidigmi opened a pull request: https://github.com/apache/lucene-solr/pull/154 Loading the AuthenticationPlugin using the ResourceLoader. Tried to use an bAuthenticationPlugin/b but it seems that loading it using bClass.forName/b introduces an issue to find Solr's

[jira] [Updated] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-18 Thread Ian Ribas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Ribas updated LUCENE-6582: -- Attachment: LUCENE-6582.patch The patch with the initial work. SynonymFilter should generate a

RE: Initial work on multi word synonyms and phrase queries

2015-06-18 Thread Ian
Issue opened: https://issues.apache.org/jira/browse/LUCENE-6582. @rcmuir, that change on the test is actually a leftover from one of my previous solutions while exploring the problem. It is no longer necessary and I removed it from the patch added to the issue above. To explain a little, in an

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_60-ea-b12) - Build # 13106 - Failure!

2015-06-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13106/ Java: 64bit/jdk1.8.0_60-ea-b12 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking Error Message: Shard a1x2_shard1_replica2 received all 10

[jira] [Created] (SOLR-7699) Clean up too verbose code in SOLR-7590.

2015-06-18 Thread Mark Miller (JIRA)
Mark Miller created SOLR-7699: - Summary: Clean up too verbose code in SOLR-7590. Key: SOLR-7699 URL: https://issues.apache.org/jira/browse/SOLR-7699 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-6581) Adjust PostingsHighlighter API to allow access to Passage[]

2015-06-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591676#comment-14591676 ] Robert Muir commented on LUCENE-6581: - in PostingsHighlighter: {code} protected

[jira] [Created] (LUCENE-6583) Remove FilteredQuery

2015-06-18 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-6583: Summary: Remove FilteredQuery Key: LUCENE-6583 URL: https://issues.apache.org/jira/browse/LUCENE-6583 Project: Lucene - Core Issue Type: Task

[jira] [Updated] (LUCENE-6583) Remove FilteredQuery

2015-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6583: - Attachment: LUCENE-6583.patch Here is a patch. Most of it is about simply replacing

[jira] [Commented] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-06-18 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591683#comment-14591683 ] Modassar Ather commented on LUCENE-5205: While debugging I found following.

[jira] [Commented] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-06-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591700#comment-14591700 ] Tim Allison commented on LUCENE-5205: - Wait, you're actually still using this?! Ha!

[jira] [Commented] (SOLR-7590) Finish and improve MDC logging support.

2015-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591812#comment-14591812 ] Mark Miller commented on SOLR-7590: --- I filed SOLR-7590 so I won't lose this. Finish and

[jira] [Updated] (LUCENE-6544) Geo3d cleanup: Regularize path and polygon construction, plus consider adding ellipsoid surface distance method

2015-06-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-6544: - Attachment: LUCENE-6544.patch Final patch is here, with CHANGES.txt as follows: {noformat} *

[jira] [Commented] (SOLR-7699) Clean up too verbose code in SOLR-7590.

2015-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591811#comment-14591811 ] Mark Miller commented on SOLR-7699: --- See Uwe's comment in SOLR-7590. Clean up too

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 89 - Failure

2015-06-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/89/ No tests ran. Build Log: [...truncated 45681 lines...] FATAL: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown: java.util.concurrent.TimeoutException: Ping started on 1434633704140 hasn't

[jira] [Comment Edited] (SOLR-7590) Finish and improve MDC logging support.

2015-06-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591804#comment-14591804 ] Uwe Schindler edited comment on SOLR-7590 at 6/18/15 1:47 PM: --

[jira] [Commented] (SOLR-7590) Finish and improve MDC logging support.

2015-06-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591804#comment-14591804 ] Uwe Schindler commented on SOLR-7590: - Hi Mark, I am wondering why you be so verbose

[jira] [Created] (LUCENE-6581) Adjust PostingsHighlighter API to allow access to Passage[]

2015-06-18 Thread robert.onslow (JIRA)
robert.onslow created LUCENE-6581: - Summary: Adjust PostingsHighlighter API to allow access to Passage[] Key: LUCENE-6581 URL: https://issues.apache.org/jira/browse/LUCENE-6581 Project: Lucene - Core

[jira] [Created] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-18 Thread Ian Ribas (JIRA)
Ian Ribas created LUCENE-6582: - Summary: SynonymFilter should generate a correct (or, at least, better) graph Key: LUCENE-6582 URL: https://issues.apache.org/jira/browse/LUCENE-6582 Project: Lucene -

[jira] [Commented] (LUCENE-6583) Remove FilteredQuery

2015-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591711#comment-14591711 ] ASF subversion and git services commented on LUCENE-6583: - Commit

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591779#comment-14591779 ] ASF subversion and git services commented on SOLR-7689: --- Commit

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591830#comment-14591830 ] Cao Manh Dat commented on LUCENE-6575: -- [~jpountz] : I think add a new method in

[jira] [Updated] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7689: - Fix Version/s: 5.2.2 ReRankQuery rewrite method can change the QueryResultKey causing cache

[jira] [Updated] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7689: - Fix Version/s: Trunk ReRankQuery rewrite method can change the QueryResultKey causing cache

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591909#comment-14591909 ] Joel Bernstein commented on SOLR-7689: -- I have this labeled as 5.2.2 fix, but not sure

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591838#comment-14591838 ] Adrien Grand commented on LUCENE-6575: -- I don't think we should add this method to

[jira] [Commented] (SOLR-7683) Introduce support to identify Solr internal request types

2015-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591865#comment-14591865 ] Mark Miller commented on SOLR-7683: --- I like the look of this on a quick overview. bq. If

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591869#comment-14591869 ] Uwe Schindler commented on LUCENE-6575: --- -1 We already have the QueryBuilders

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3242 - Still Failing

2015-06-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3242/ 1 tests failed. REGRESSION: org.apache.solr.search.mlt.CloudMLTQParserTest.test Error Message: java.lang.String cannot be cast to java.util.ArrayList Stack Trace: java.lang.ClassCastException: java.lang.String cannot be

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_60-ea-b12) - Build # 13108 - Failure!

2015-06-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13108/ Java: 32bit/jdk1.8.0_60-ea-b12 -server -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.search.join.BJQParserTest.testChildrenParser Error Message: Exception during query Stack Trace:

Uploading configs via the Solr Admin UI

2015-06-18 Thread Upayavira
In https://issues.apache.org/jira/browse/SOLR-5287 the general consensus seemed to be that uploading configs via unauthenticated HTTP was considered a security risk. I wanted to ask whether an HTTP request that says, please read these files off disk and upload to Zookeeper would be considered a

[jira] [Comment Edited] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591873#comment-14591873 ] Cao Manh Dat edited comment on LUCENE-6575 at 6/18/15 2:32 PM:

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591899#comment-14591899 ] ASF subversion and git services commented on SOLR-7689: --- Commit

[jira] [Created] (SOLR-7701) NPE on spatial RPT field

2015-06-18 Thread Markus Jelsma (JIRA)
Markus Jelsma created SOLR-7701: --- Summary: NPE on spatial RPT field Key: SOLR-7701 URL: https://issues.apache.org/jira/browse/SOLR-7701 Project: Solr Issue Type: Bug Affects Versions:

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591941#comment-14591941 ] Shalin Shekhar Mangar commented on SOLR-7689: - bq. I'll also hold off updating

Congrats to new PMC Chair Michael McCandless

2015-06-18 Thread Mark Miller
Every year, the Lucene PMC rotates the Lucene PMC chair and Apache Vice President position. This year we have nominated and elected Mike McCandless as the chair. Congratulations Mike! - Mark -- - Mark about.me/markrmiller

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591873#comment-14591873 ] Cao Manh Dat commented on LUCENE-6575: -- It quite hard to find such place for this

[jira] [Comment Edited] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591873#comment-14591873 ] Cao Manh Dat edited comment on LUCENE-6575 at 6/18/15 2:36 PM:

[jira] [Updated] (SOLR-7701) NPE on spatial RPT field

2015-06-18 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Jelsma updated SOLR-7701: Description: We have a field type: fieldType name=location_rpt

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591969#comment-14591969 ] ASF subversion and git services commented on SOLR-7689: --- Commit

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591955#comment-14591955 ] Joel Bernstein commented on SOLR-7689: -- ok ReRankQuery rewrite method can change the

[jira] [Created] (SOLR-7700) NPE on spatial RPT field

2015-06-18 Thread Markus Jelsma (JIRA)
Markus Jelsma created SOLR-7700: --- Summary: NPE on spatial RPT field Key: SOLR-7700 URL: https://issues.apache.org/jira/browse/SOLR-7700 Project: Solr Issue Type: Bug Affects Versions:

[jira] [Commented] (SOLR-7560) Parallel SQL Support

2015-06-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591948#comment-14591948 ] Joel Bernstein commented on SOLR-7560: -- [~cpoerschke], thanks for the comments and the

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591962#comment-14591962 ] ASF subversion and git services commented on SOLR-7689: --- Commit

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591975#comment-14591975 ] ASF subversion and git services commented on SOLR-7689: --- Commit

[jira] [Commented] (SOLR-7651) Add a smile response writer

2015-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591844#comment-14591844 ] Mark Miller commented on SOLR-7651: --- bq. cool lol - I was going to make the same exact

[jira] [Created] (SOLR-7702) Spatial heatmap facet returns null in map for efficiency

2015-06-18 Thread Markus Jelsma (JIRA)
Markus Jelsma created SOLR-7702: --- Summary: Spatial heatmap facet returns null in map for efficiency Key: SOLR-7702 URL: https://issues.apache.org/jira/browse/SOLR-7702 Project: Solr Issue

[jira] [Commented] (SOLR-7683) Introduce support to identify Solr internal request types

2015-06-18 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592022#comment-14592022 ] Hrishikesh Gadre commented on SOLR-7683: It's okay to do this at the HttpSolrClient

[jira] [Commented] (SOLR-7681) HttpSolrClient fails with a confusing error when a GET request is too big

2015-06-18 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592025#comment-14592025 ] Hrishikesh Gadre commented on SOLR-7681: Yes sure. I was just curious.

[jira] [Created] (SOLR-7703) The authentication plugin should use the ResourceLoader for loading

2015-06-18 Thread Anshum Gupta (JIRA)
Anshum Gupta created SOLR-7703: -- Summary: The authentication plugin should use the ResourceLoader for loading Key: SOLR-7703 URL: https://issues.apache.org/jira/browse/SOLR-7703 Project: Solr

[jira] [Commented] (LUCENE-2880) SpanQuery scoring inconsistencies

2015-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592084#comment-14592084 ] Adrien Grand commented on LUCENE-2880: -- OK for width, I'll commit with distance

[jira] [Commented] (SOLR-7703) The authentication plugin should use the ResourceLoader for loading

2015-06-18 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592085#comment-14592085 ] Anshum Gupta commented on SOLR-7703: I'll review and commit this after testing a bit.

[jira] [Updated] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated LUCENE-6575: - Attachment: LUCENE-6575.patch Here is my modification. Thanks [~jpountz] for your comments.

[jira] [Commented] (SOLR-7560) Parallel SQL Support

2015-06-18 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592049#comment-14592049 ] Christine Poerschke commented on SOLR-7560: --- It was the 'ant resolve' (or 'ant

[jira] [Assigned] (SOLR-7697) Schema API doesn't take class attribute into account for the analyzer when adding a new field type

2015-06-18 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe reassigned SOLR-7697: Assignee: Steve Rowe Schema API doesn't take class attribute into account for the analyzer when

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_60-ea-b12) - Build # 13109 - Still Failing!

2015-06-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13109/ Java: 64bit/jdk1.8.0_60-ea-b12 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.search.join.BJQParserTest.testChildrenParser Error Message: Exception during query Stack Trace:

[jira] [Updated] (SOLR-7702) Spatial heatmap facet returns null in map for efficiency

2015-06-18 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Jelsma updated SOLR-7702: Description: Parsing all those null entries in a NamedList seems impossible via SolrJ. {code} lst

[jira] [Comment Edited] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592091#comment-14592091 ] Cao Manh Dat edited comment on LUCENE-6575 at 6/18/15 4:54 PM:

[jira] [Comment Edited] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592091#comment-14592091 ] Cao Manh Dat edited comment on LUCENE-6575 at 6/18/15 4:54 PM:

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592063#comment-14592063 ] Adrien Grand commented on LUCENE-6575: -- I'm not sure it is. Like Uwe said, the way

[jira] [Updated] (SOLR-7702) Spatial heatmap facet returns null in map for efficiency

2015-06-18 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Jelsma updated SOLR-7702: Attachment: SOLR-7702.patch Patch for 5.2 Spatial heatmap facet returns null in map for

Re: Congrats to new PMC Chair Michael McCandless

2015-06-18 Thread Steve Rowe
Thanks Mark for your work as chair, and welcome Mike! Steve www.lucidworks.com On Jun 18, 2015, at 9:55 AM, Mark Miller markrmil...@gmail.com wrote: Every year, the Lucene PMC rotates the Lucene PMC chair and Apache Vice President position. This year we have nominated and elected Mike

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592091#comment-14592091 ] Cao Manh Dat commented on LUCENE-6575: -- I agree that we should change implementation

[jira] [Updated] (LUCENE-6578) Geo3d: arcDistanceToShape() method may be useful

2015-06-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated LUCENE-6578: Attachment: LUCENE-6578.patch Preliminary patch with the code changes desired, but no tests yet.

[jira] [Assigned] (SOLR-7513) Add Equalitors to Streaming Expressions

2015-06-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein reassigned SOLR-7513: Assignee: Joel Bernstein Add Equalitors to Streaming Expressions

[jira] [Updated] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-18 Thread Ian Ribas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Ribas updated LUCENE-6582: -- Attachment: (was: after2.png) SynonymFilter should generate a correct (or, at least, better)

[jira] [Updated] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-18 Thread Ian Ribas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Ribas updated LUCENE-6582: -- Attachment: after2.png SynonymFilter should generate a correct (or, at least, better) graph

[jira] [Commented] (LUCENE-6584) Docs on StandardTokenizer don't mention the behaviour change in Version.LUCENE_4_7_0

2015-06-18 Thread Trejkaz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592934#comment-14592934 ] Trejkaz commented on LUCENE-6584: -

[jira] [Commented] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-18 Thread Ian Ribas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592896#comment-14592896 ] Ian Ribas commented on LUCENE-6582: --- But after this change, the expanded synonyms

[jira] [Comment Edited] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592841#comment-14592841 ] Cao Manh Dat edited comment on LUCENE-6575 at 6/19/15 1:26 AM:

[jira] [Updated] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-18 Thread Ian Ribas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Ribas updated LUCENE-6582: -- Attachment: after2.png Another example image. SynonymFilter should generate a correct (or, at least,

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_60-ea-b12) - Build # 13114 - Failure!

2015-06-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13114/ Java: 32bit/jdk1.8.0_60-ea-b12 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.search.join.BJQParserTest.testChildrenParser Error Message: Exception during query Stack Trace: java.lang.RuntimeException:

[jira] [Commented] (LUCENE-6584) Docs on StandardTokenizer don't mention the behaviour change in Version.LUCENE_4_7_0

2015-06-18 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592827#comment-14592827 ] Ryan Ernst commented on LUCENE-6584: StandardTokenizerFactory now handles versioning,

[jira] [Commented] (LUCENE-6570) Make BooleanQuery immutable

2015-06-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592782#comment-14592782 ] Yonik Seeley commented on LUCENE-6570: -- bq. but personally i think it's going to far

[jira] [Commented] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-18 Thread Ian Ribas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592848#comment-14592848 ] Ian Ribas commented on LUCENE-6582: --- This comment was written early in my attempts and

[jira] [Commented] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-18 Thread Ian Ribas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592849#comment-14592849 ] Ian Ribas commented on LUCENE-6582: --- This comment was written early in my attempts and

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592841#comment-14592841 ] Cao Manh Dat commented on LUCENE-6575: -- It quite clear now. I will move the method

[jira] [Updated] (SOLR-7513) Add Equalitors to Streaming Expressions

2015-06-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7513: - Fix Version/s: 5.3 Add Equalitors to Streaming Expressions

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592876#comment-14592876 ] Robert Muir commented on LUCENE-6575: - Querybuilder is not a dumping ground for wierd

[jira] [Issue Comment Deleted] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-18 Thread Ian Ribas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Ribas updated LUCENE-6582: -- Comment: was deleted (was: This comment was written early in my attempts and I'm afraid I didn't

[jira] [Commented] (SOLR-7702) Spatial heatmap facet returns null in map for efficiency

2015-06-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592206#comment-14592206 ] David Smiley commented on SOLR-7702: Looks good Markus; just needs a trivial test, I

[jira] [Assigned] (SOLR-7702) Spatial heatmap facet returns null in map for efficiency

2015-06-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-7702: -- Assignee: David Smiley Spatial heatmap facet returns null in map for efficiency

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 879 - Still Failing

2015-06-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/879/ 1 tests failed. FAILED: org.apache.solr.search.mlt.CloudMLTQParserTest.test Error Message: java.lang.String cannot be cast to java.util.ArrayList Stack Trace: java.lang.ClassCastException: java.lang.String cannot be cast to

[jira] [Commented] (LUCENE-6544) Geo3d cleanup: Regularize path and polygon construction, plus consider adding ellipsoid surface distance method

2015-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592182#comment-14592182 ] ASF subversion and git services commented on LUCENE-6544: - Commit

[jira] [Commented] (LUCENE-6544) Geo3d cleanup: Regularize path and polygon construction, plus consider adding ellipsoid surface distance method

2015-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592190#comment-14592190 ] ASF subversion and git services commented on LUCENE-6544: - Commit

[jira] [Assigned] (SOLR-7700) NPE on spatial RPT field

2015-06-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-7700: -- Assignee: David Smiley NPE on spatial RPT field

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_60-ea-b12) - Build # 13110 - Still Failing!

2015-06-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13110/ Java: 64bit/jdk1.8.0_60-ea-b12 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.search.join.BJQParserTest.testChildrenParser Error Message: Exception during query Stack Trace:

[jira] [Updated] (LUCENE-6578) Geo3d: arcDistanceToShape() method may be useful

2015-06-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated LUCENE-6578: Attachment: (was: LUCENE-6578.patch) Geo3d: arcDistanceToShape() method may be useful

[jira] [Updated] (LUCENE-6578) Geo3d: arcDistanceToShape() method may be useful

2015-06-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated LUCENE-6578: Attachment: LUCENE-6578.patch Patch against updated trunk, with tests added. Geo3d:

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592412#comment-14592412 ] Adrien Grand commented on LUCENE-6575: -- Thanks for removing the sugar constructors,

[jira] [Commented] (LUCENE-2880) SpanQuery scoring inconsistencies

2015-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592407#comment-14592407 ] ASF subversion and git services commented on LUCENE-2880: - Commit

[jira] [Commented] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592430#comment-14592430 ] Michael McCandless commented on LUCENE-6582: I will dig more into this patch,

[jira] [Updated] (SOLR-7697) Schema API doesn't take class or luceneMatchVersion attributes into account for the analyzer when adding a new field type

2015-06-18 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-7697: - Attachment: SOLR-7697.patch Thanks Marius. I'm attaching a modified patch: # Specifying an analyzer

[jira] [Resolved] (LUCENE-6544) Geo3d cleanup: Regularize path and polygon construction, plus consider adding ellipsoid surface distance method

2015-06-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-6544. -- Resolution: Fixed Fix Version/s: 5.3 Assignee: David Smiley Committed. Thanks

[jira] [Commented] (LUCENE-6578) Geo3d: arcDistanceToShape() method may be useful

2015-06-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592318#comment-14592318 ] Karl Wright commented on LUCENE-6578: - The patch also fixes a place where we did not

  1   2   >