[jira] [Created] (LUCENE-6542) FSDirectory throws AccessControlException unless you grant write access to the index

2015-06-09 Thread Trejkaz (JIRA)
Trejkaz created LUCENE-6542: --- Summary: FSDirectory throws AccessControlException unless you grant write access to the index Key: LUCENE-6542 URL: https://issues.apache.org/jira/browse/LUCENE-6542 Project: L

[jira] [Commented] (SOLR-7655) Perf bug- DefaultSolrHighlighter.getSpanQueryScorer triggers MultiFields.getMergedFieldInfos

2015-06-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14580127#comment-14580127 ] Shalin Shekhar Mangar commented on SOLR-7655: - Looks good to me. I don't know i

Re: [CONF] Apache Solr Reference Guide > Index Replication

2015-06-09 Thread Shalin Shekhar Mangar
Comments inline: On Wed, Jun 10, 2015 at 11:45 AM, Shawn Heisey wrote: > On 6/9/2015 10:46 PM, Shalin Shekhar Mangar wrote: > > That comment about commitReserveDuration is not accurate. It has nothing > > to do with the size of the index. It is the time for which commits are > > reserved even if

[jira] [Closed] (SOLR-7658) what happens when solr index limit exceeds

2015-06-09 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey closed SOLR-7658. -- Resolution: Invalid Your description is unclear, but it sounds like an information request, or possibly

Re: [CONF] Apache Solr Reference Guide > Index Replication

2015-06-09 Thread Shawn Heisey
On 6/9/2015 10:46 PM, Shalin Shekhar Mangar wrote: > That comment about commitReserveDuration is not accurate. It has nothing > to do with the size of the index. It is the time for which commits are > reserved even if no request has accessed them. A commit and its related > files will never be dele

[jira] [Created] (SOLR-7658) what happens when solr index limit exceeds

2015-06-09 Thread madeeha ameer (JIRA)
madeeha ameer created SOLR-7658: --- Summary: what happens when solr index limit exceeds Key: SOLR-7658 URL: https://issues.apache.org/jira/browse/SOLR-7658 Project: Solr Issue Type: Improvement

RE: [JENKINS] Lucene-Solr-SmokeRelease-5.2 - Build # 14 - Failure

2015-06-09 Thread Uwe Schindler
Hi, The version of the JAR files produced is still 5.2.0, should be 5.2.1! In addition (that is causing failure here): The smoke tester for 5.2 complains: The 5.2.0 index is missing for backwards compatibility testing. I think this commit must be backported, too. So I think the release update s

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2405 - Failure!

2015-06-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2405/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=10076, na

Re: [CONF] Apache Solr Reference Guide > Index Replication

2015-06-09 Thread Shalin Shekhar Mangar
Hi Shawn, That comment about commitReserveDuration is not accurate. It has nothing to do with the size of the index. It is the time for which commits are reserved even if no request has accessed them. A commit and its related files will never be deleted as long as a request is fetching them. The o

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

2015-06-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13008/ Java: 64bit/jdk1.8.0_60-ea-b12 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.test Error Message: commitWithin did not work on node: http://127.0.0.1:59361/_s

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_45) - Build # 4790 - Still Failing!

2015-06-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4790/ Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest Error Message: Suite timeout exceeded (>= 720 msec). S

[jira] [Updated] (SOLR-7655) Perf bug- DefaultSolrHighlighter.getSpanQueryScorer triggers MultiFields.getMergedFieldInfos

2015-06-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-7655: --- Attachment: SOLR-7655.patch Here's a patch; a little better than the "suggested fix": the Terms returne

[jira] [Updated] (SOLR-7657) Mapreduce indexing not work on hadoop2.5.1

2015-06-09 Thread laigood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] laigood updated SOLR-7657: -- Description: In early solr5,mapreduce indexing work fine,but when i upgrade to solr5+,run the same mr,it throw :

Re: Looks like I broke Solr 5.2.0 - do we need a 5.2.1?

2015-06-09 Thread Erik Hatcher
I’ve gotten the two fixes (new admin Cloud UI and example/files update-script.js) into 5_2 branch. Bring on the 5.2.1 RC! — Erik Hatcher, Senior Solutions Architect http://www.lucidworks.com > On Jun 9, 2015, at 2:42 PM, Upayavira wrote: > > I'd say, let's get

[jira] [Created] (SOLR-7657) Mapreduce indexing not work on hadoop2.5.1

2015-06-09 Thread laigood (JIRA)
laigood created SOLR-7657: - Summary: Mapreduce indexing not work on hadoop2.5.1 Key: SOLR-7657 URL: https://issues.apache.org/jira/browse/SOLR-7657 Project: Solr Issue Type: Bug Components:

[jira] [Resolved] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-7638. Resolution: Fixed Thanks [~upayavira]! > Angular UI cloud pane broken >

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579892#comment-14579892 ] ASF subversion and git services commented on SOLR-7638: --- Commit 16845

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579886#comment-14579886 ] ASF subversion and git services commented on SOLR-7638: --- Commit 16845

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579883#comment-14579883 ] ASF subversion and git services commented on SOLR-7638: --- Commit 16845

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

2015-06-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/58/ 1 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup Error Message: Failed to create backup Stack Trace: java.lang.AssertionError: Failed to create backup at __randomizedtest

[jira] [Updated] (LUCENE-6529) NumericFields + SlowCompositeReaderWrapper + UninvertedReader + -Dtests.codec=random can results in incorrect SortedSetDocValues

2015-06-09 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-6529: - Attachment: LUCENE-6529.patch Fix a stupid bug in TestUninvertingReader that showed up after i increased

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_45) - Build # 4914 - Failure!

2015-06-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4914/ Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading Error Message: Could not get expected value 'X val changed' for path 'x

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_45) - Build # 13006 - Failure!

2015-06-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13006/ Java: 32bit/jdk1.8.0_45 -client -XX:+UseParallelGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest Error Message: ObjectTracker found 1 object(s) that were not released!!! [TransactionL

[JENKINS] Lucene-Solr-SmokeRelease-5.2 - Build # 14 - Failure

2015-06-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.2/14/ No tests ran. Build Log: [...truncated 62946 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.2/lucene/build/smokeTestRelease/dist [copy] Copying 4

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b60) - Build # 12829 - Failure!

2015-06-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12829/ Java: 32bit/jdk1.9.0-ea-b60 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.TestCloudPivotFacet.test Error Message: init query failed: {main(facet=true&facet.pivot=dense_pivot_ti1%2Cpivot_z_s&facet.pivot

[JENKINS] Lucene-Solr-NightlyTests-5.2 - Build # 13 - Still Failing

2015-06-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.2/13/ 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=5187, name=collection3, state=RUNNABLE, group=TGRP-CollectionsAPIDistribute

[jira] [Updated] (LUCENE-6529) NumericFields + SlowCompositeReaderWrapper + UninvertedReader + -Dtests.codec=random can results in incorrect SortedSetDocValues

2015-06-09 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-6529: - Attachment: LUCENE-6529.patch Some of Solr's faceting tests uncovered an AIOOBE due to my last patch whe

[jira] [Commented] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-06-09 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579742#comment-14579742 ] Karl Wright commented on LUCENE-6480: - [~nknize]: Now that you've got geo3d with a WG

[jira] [Commented] (LUCENE-6541) Geo3d WGS84 parameters not quite right

2015-06-09 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579729#comment-14579729 ] Karl Wright commented on LUCENE-6541: - [~nknize], did you have a chance to evaluate g

[jira] [Commented] (LUCENE-6522) Reproducible fieldcache AIOOBE only on J9

2015-06-09 Thread Kevin Langman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579708#comment-14579708 ] Kevin Langman commented on LUCENE-6522: --- Found the problem. Now I am just looking f

[jira] [Comment Edited] (SOLR-7468) Kerberos authentication module

2015-06-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579636#comment-14579636 ] Gregory Chanan edited comment on SOLR-7468 at 6/9/15 10:47 PM: --

[jira] [Commented] (SOLR-7468) Kerberos authentication module

2015-06-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579704#comment-14579704 ] Gregory Chanan commented on SOLR-7468: -- bq. About #4: Without the ticket caching supp

[jira] [Commented] (SOLR-7468) Kerberos authentication module

2015-06-09 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579666#comment-14579666 ] Anshum Gupta commented on SOLR-7468: Also, the link to your codebase for the SolrHadoop

[jira] [Commented] (SOLR-7468) Kerberos authentication module

2015-06-09 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579662#comment-14579662 ] Anshum Gupta commented on SOLR-7468: About #4: Without the ticket caching support, min

[jira] [Commented] (LUCENE-6539) Add DocValuesNumbersQuery, like DocValuesTermsQuery but works only with long values

2015-06-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579661#comment-14579661 ] Adrien Grand commented on LUCENE-6539: -- bq. OK, or I can just WONTFIX this I think

[jira] [Updated] (LUCENE-6541) Geo3d WGS84 parameters not quite right

2015-06-09 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated LUCENE-6541: Attachment: LUCENE-6541.patch > Geo3d WGS84 parameters not quite right > --

[jira] [Created] (LUCENE-6541) Geo3d WGS84 parameters not quite right

2015-06-09 Thread Karl Wright (JIRA)
Karl Wright created LUCENE-6541: --- Summary: Geo3d WGS84 parameters not quite right Key: LUCENE-6541 URL: https://issues.apache.org/jira/browse/LUCENE-6541 Project: Lucene - Core Issue Type: Bug

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579646#comment-14579646 ] Upayavira commented on SOLR-7638: - Correct. Patch as is is what there is for now. Can do mo

[jira] [Commented] (LUCENE-6539) Add DocValuesNumbersQuery, like DocValuesTermsQuery but works only with long values

2015-06-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579637#comment-14579637 ] Michael McCandless commented on LUCENE-6539: bq. new HashSet(Arrays.asList(ar

[jira] [Commented] (SOLR-7468) Kerberos authentication module

2015-06-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579636#comment-14579636 ] Gregory Chanan commented on SOLR-7468: -- Sorry for the delay, I took a look at this. S

[jira] [Updated] (LUCENE-6540) Add BKDPointDistanceQuery

2015-06-09 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-6540: --- Description: LUCENE-6532 adds the supporting mathematics for point-distance computation based

[jira] [Created] (LUCENE-6540) Add BKDPointDistanceQuery

2015-06-09 Thread Nicholas Knize (JIRA)
Nicholas Knize created LUCENE-6540: -- Summary: Add BKDPointDistanceQuery Key: LUCENE-6540 URL: https://issues.apache.org/jira/browse/LUCENE-6540 Project: Lucene - Core Issue Type: New Feature

[jira] [Commented] (SOLR-6234) Scoring modes for query time join

2015-06-09 Thread Ryan Josal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579608#comment-14579608 ] Ryan Josal commented on SOLR-6234: -- This is awesome, the normal !join qparser is mainly on

[jira] [Updated] (LUCENE-6532) Add GeoPointDistanceQuery for GeoPointField type

2015-06-09 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-6532: --- Attachment: LUCENE-6532.patch Initial work in progress. This first cut is super super slow,

[jira] [Commented] (LUCENE-6539) Add DocValuesNumbersQuery, like DocValuesTermsQuery but works only with long values

2015-06-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579568#comment-14579568 ] Robert Muir commented on LUCENE-6539: - I don't think this query should be a standalon

[jira] [Commented] (LUCENE-6539) Add DocValuesNumbersQuery, like DocValuesTermsQuery but works only with long values

2015-06-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579566#comment-14579566 ] Adrien Grand commented on LUCENE-6539: -- This new query looks good to me. However ins

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579564#comment-14579564 ] Erik Hatcher commented on SOLR-7638: [~upayavira] So the aforementioned "one bug away f

[jira] [Updated] (SOLR-7656) maxTotalChars param not respected in LangDetect language detection implementation

2015-06-09 Thread Derek Wood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Derek Wood updated SOLR-7656: - Attachment: SOLR-7656.patch > maxTotalChars param not respected in LangDetect language detection > impleme

[jira] [Created] (SOLR-7656) maxTotalChars param not respected in LangDetect language detection implementation

2015-06-09 Thread Derek Wood (JIRA)
Derek Wood created SOLR-7656: Summary: maxTotalChars param not respected in LangDetect language detection implementation Key: SOLR-7656 URL: https://issues.apache.org/jira/browse/SOLR-7656 Project: Solr

[jira] [Comment Edited] (SOLR-7570) Config APIs should not modify the ConfigSet

2015-06-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579558#comment-14579558 ] Gregory Chanan edited comment on SOLR-7570 at 6/9/15 8:59 PM: --

[jira] [Commented] (SOLR-7570) Config APIs should not modify the ConfigSet

2015-06-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579558#comment-14579558 ] Gregory Chanan commented on SOLR-7570: -- bq. I guess you guys are missing the point her

[jira] [Commented] (LUCENE-6527) TermWeight should not load norms when needsScores is false

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579548#comment-14579548 ] ASF subversion and git services commented on LUCENE-6527: - Commit

[jira] [Resolved] (LUCENE-6527) TermWeight should not load norms when needsScores is false

2015-06-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-6527. -- Resolution: Fixed > TermWeight should not load norms when needsScores is false > --

[jira] [Commented] (LUCENE-6527) TermWeight should not load norms when needsScores is false

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579547#comment-14579547 ] ASF subversion and git services commented on LUCENE-6527: - Commit

[jira] [Commented] (LUCENE-6527) TermWeight should not load norms when needsScores is false

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579545#comment-14579545 ] ASF subversion and git services commented on LUCENE-6527: - Commit

[jira] [Updated] (LUCENE-6539) Add DocValuesNumbersQuery, like DocValuesTermsQuery but works only with long values

2015-06-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6539: --- Attachment: LUCENE-6539.patch Initial rough patch ... test is passing. > Add DocValu

[jira] [Created] (LUCENE-6539) Add DocValuesNumbersQuery, like DocValuesTermsQuery but works only with long values

2015-06-09 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-6539: -- Summary: Add DocValuesNumbersQuery, like DocValuesTermsQuery but works only with long values Key: LUCENE-6539 URL: https://issues.apache.org/jira/browse/LUCENE-6539

[jira] [Updated] (LUCENE-6537) Make NearSpansOrdered use lazy iteration

2015-06-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-6537: - Attachment: LUCENE-6537.patch Same patch with two extra test methods showing that repeated matche

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579519#comment-14579519 ] Upayavira commented on SOLR-7638: - [~ehatcher] ahh yes, I haven't done the "dump" tab. Comm

[jira] [Commented] (SOLR-7652) example/files update-script.js does not work on Java7

2015-06-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579506#comment-14579506 ] Erik Hatcher commented on SOLR-7652: Except, this now fails on Java 8, ARG, 5x and trun

[jira] [Commented] (LUCENE-6538) Improve per-segment diagnostics for IBM J9 JVM

2015-06-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579501#comment-14579501 ] Michael McCandless commented on LUCENE-6538: bq. Why not just this: Oh, duh,

[jira] [Commented] (LUCENE-5954) Store lucene version in segment_N

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579499#comment-14579499 ] ASF subversion and git services commented on LUCENE-5954: - Commit

[jira] [Resolved] (LUCENE-5954) Store lucene version in segment_N

2015-06-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5954. Resolution: Fixed > Store lucene version in segment_N > ---

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_45) - Build # 4789 - Failure!

2015-06-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4789/ Java: 32bit/jdk1.8.0_45 -client -XX:+UseSerialGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ERROR: SolrIndexSearcher opens=51 closes=50 Stack Trace: java.lang.AssertionEr

[jira] [Updated] (SOLR-7652) example/files update-script.js does not work on Java7

2015-06-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-7652: --- Fix Version/s: 5.3 > example/files update-script.js does not work on Java7 > --

[jira] [Commented] (SOLR-7652) example/files update-script.js does not work on Java7

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579489#comment-14579489 ] ASF subversion and git services commented on SOLR-7652: --- Commit 16845

Re: Looks like I broke Solr 5.2.0 - do we need a 5.2.1?

2015-06-09 Thread david.w.smi...@gmail.com
A user found a nasty DefaultSolrHighlighter performance bug with an easy fix — https://issues.apache.org/jira/browse/SOLR-7655 I’m running tests now. On Tue, Jun 9, 2015 at 2:48 PM david.w.smi...@gmail.com < david.w.smi...@gmail.com> wrote: > I’m +1 to this. We can consider changing our mind on

[jira] [Commented] (LUCENE-6538) Improve per-segment diagnostics for IBM J9 JVM

2015-06-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579486#comment-14579486 ] Robert Muir commented on LUCENE-6538: - do we really need addSysPropIfNotNull(diagnost

[jira] [Commented] (SOLR-7652) example/files update-script.js does not work on Java7

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579483#comment-14579483 ] ASF subversion and git services commented on SOLR-7652: --- Commit 16845

[jira] [Commented] (SOLR-5855) re-use document term-vector Fields instance across fields in the DefaultSolrHighlighter

2015-06-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579480#comment-14579480 ] David Smiley commented on SOLR-5855: [~emaijala] I created an issue for this; please di

[jira] [Commented] (SOLR-7655) Perf bug- DefaultSolrHighlighter.getSpanQueryScorer triggers MultiFields.getMergedFieldInfos

2015-06-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579478#comment-14579478 ] David Smiley commented on SOLR-7655: This was discovered via a commenter here: https:/

[jira] [Commented] (SOLR-7655) Perf bug- DefaultSolrHighlighter.getSpanQueryScorer triggers MultiFields.getMergedFieldInfos

2015-06-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579476#comment-14579476 ] David Smiley commented on SOLR-7655: Suggested fix: {code:java} try { scorer.

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579475#comment-14579475 ] Erik Hatcher commented on SOLR-7638: [~upayavira] - I'll stay tuned here and test and c

[jira] [Created] (SOLR-7655) Perf bug- DefaultSolrHighlighter.getSpanQueryScorer triggers MultiFields.getMergedFieldInfos

2015-06-09 Thread David Smiley (JIRA)
David Smiley created SOLR-7655: -- Summary: Perf bug- DefaultSolrHighlighter.getSpanQueryScorer triggers MultiFields.getMergedFieldInfos Key: SOLR-7655 URL: https://issues.apache.org/jira/browse/SOLR-7655

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579474#comment-14579474 ] Erik Hatcher commented on SOLR-7638: I've applied this patch locally on trunk and the c

[jira] [Commented] (SOLR-7512) SolrOutputFormat creates an invalid solr.xml in the solr home zip for MapReduceIndexerTool

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579473#comment-14579473 ] ASF subversion and git services commented on SOLR-7512: --- Commit 16845

[jira] [Updated] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-7638: --- Attachment: Cloud Dump.png > Angular UI cloud pane broken > > >

[jira] [Assigned] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned SOLR-7638: -- Assignee: Erik Hatcher > Angular UI cloud pane broken > > >

[jira] [Commented] (LUCENE-6527) TermWeight should not load norms when needsScores is false

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579447#comment-14579447 ] ASF subversion and git services commented on LUCENE-6527: - Commit

[jira] [Commented] (SOLR-5855) re-use document term-vector Fields instance across fields in the DefaultSolrHighlighter

2015-06-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579443#comment-14579443 ] David Smiley commented on SOLR-5855: I was initially skeptical the stack traces would s

Re: BadApple Nightly?

2015-06-09 Thread Mark Miller
Thanks! On Tue, Jun 9, 2015 at 2:28 PM Dawid Weiss wrote: > > don't have such persistent issues on non nightly runs. Is it possible to > > ignore specified tests as BadApples or AwaitsFix but only for nightly > runs? > > Sure, that's what test group filtering was added for. It's interesting > th

[jira] [Commented] (LUCENE-6527) TermWeight should not load norms when needsScores is false

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579410#comment-14579410 ] ASF subversion and git services commented on LUCENE-6527: - Commit

[jira] [Commented] (LUCENE-6536) Migrate HDFSDirectory from solr to lucene-hadoop

2015-06-09 Thread Greg Bowyer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579400#comment-14579400 ] Greg Bowyer commented on LUCENE-6536: - Oh wow the blur store might be exactly what I

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579399#comment-14579399 ] Upayavira commented on SOLR-7638: - FWIW, I am also one bug away from adding paging to the r

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579398#comment-14579398 ] Erick Erickson commented on SOLR-7638: -- OK, [~ehatcher], I'll leave it to you then

Re: Looks like I broke Solr 5.2.0 - do we need a 5.2.1?

2015-06-09 Thread david.w.smi...@gmail.com
I’m +1 to this. We can consider changing our mind once 5.3 is nocking on the door if there are serious problems. On Tue, Jun 9, 2015 at 2:36 PM Erick Erickson wrote: > Upayavira: > > I'm a little reluctant to try to port the simpler patch to 5.2.1 as > this is all new functionality. I can be ar

[jira] [Commented] (LUCENE-6536) Migrate HDFSDirectory from solr to lucene-hadoop

2015-06-09 Thread Greg Bowyer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579388#comment-14579388 ] Greg Bowyer commented on LUCENE-6536: - bq. That leads you to a test impl here: https

Re: Looks like I broke Solr 5.2.0 - do we need a 5.2.1?

2015-06-09 Thread Upayavira
I'd say, let's get this release out - I'm happy with either patch getting in. Then, let's see the flow of bug reports we get. That'll help us understand how stable (or otherwise) it is, and thus whether we should be shooting for 5.3 or 5.4. Upayavira On Tue, Jun 9, 2015, at 07:07 PM, Erick Ericks

Re: Looks like I broke Solr 5.2.0 - do we need a 5.2.1?

2015-06-09 Thread Erick Erickson
Upayavira: I'm a little reluctant to try to port the simpler patch to 5.2.1 as this is all new functionality. I can be argued into it though. It seems that the goal here is to get mileage out of the Angular JS port before making it the default. What do you (and others) think about changing 5.3 to

[jira] [Updated] (LUCENE-6529) NumericFields + SlowCompositeReaderWrapper + UninvertedReader + -Dtests.codec=random can results in incorrect SortedSetDocValues

2015-06-09 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-6529: - Attachment: LUCENE-6529.patch updated patch that remoes the DocTermOrds so it always uses OrdWrappedTerms

[jira] [Commented] (SOLR-7512) SolrOutputFormat creates an invalid solr.xml in the solr home zip for MapReduceIndexerTool

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579362#comment-14579362 ] ASF subversion and git services commented on SOLR-7512: --- Commit 16844

Re: BadApple Nightly?

2015-06-09 Thread Dawid Weiss
> don't have such persistent issues on non nightly runs. Is it possible to > ignore specified tests as BadApples or AwaitsFix but only for nightly runs? Sure, that's what test group filtering was added for. It's interesting that test-help doesn't show anything... ES has a more verbose info: You c

[jira] [Commented] (LUCENE-6536) Migrate HDFSDirectory from solr to lucene-hadoop

2015-06-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579356#comment-14579356 ] Mark Miller commented on LUCENE-6536: - bq. I have found a few people that are trying

[jira] [Commented] (SOLR-7512) SolrOutputFormat creates an invalid solr.xml in the solr home zip for MapReduceIndexerTool

2015-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579350#comment-14579350 ] ASF subversion and git services commented on SOLR-7512: --- Commit 16844

[jira] [Updated] (LUCENE-6531) Make PhraseQuery immutable

2015-06-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6531: - Attachment: (was: LUCENE-6531.patch) > Make PhraseQuery immutable > -

[jira] [Updated] (LUCENE-6531) Make PhraseQuery immutable

2015-06-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6531: - Attachment: LUCENE-6531.patch > Make PhraseQuery immutable > -- > >

[jira] [Updated] (LUCENE-6531) Make PhraseQuery immutable

2015-06-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6531: - Attachment: LUCENE-6531.patch Here is a new patch that adds PhraseQuery.Builder with the same API

[jira] [Commented] (LUCENE-6536) Migrate HDFSDirectory from solr to lucene-hadoop

2015-06-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579338#comment-14579338 ] Mark Miller commented on LUCENE-6536: - bq. is it the directory or the blockcache tha

[jira] [Commented] (SOLR-7638) Angular UI cloud pane broken

2015-06-09 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579335#comment-14579335 ] Upayavira commented on SOLR-7638: - [~erikhatcher] has already volunteered. And, I can't ass

[jira] [Resolved] (LUCENE-6535) Geo3D test failure, June 6th

2015-06-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-6535. -- Resolution: Fixed Fix Version/s: (was: 5.2.1) 5.3 Thanks for the

  1   2   3   >