[jira] [Updated] (LUCENE-6616) IndexWriter should list files once on init, and IFD should not suppress FNFE

2015-06-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6616: --- Attachment: LUCENE-6616.patch New patch, it's closer I think. Tests passed once,

[jira] [Commented] (LUCENE-6595) CharFilter offsets correction is wonky

2015-06-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604614#comment-14604614 ] Michael McCandless commented on LUCENE-6595: I think we'll also need to

[jira] [Commented] (LUCENE-6629) Random 7200 seconds build timeouts / infinite loops in Lucene tests?

2015-06-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604651#comment-14604651 ] Michael McCandless commented on LUCENE-6629: Here's another possible case,

[jira] [Commented] (LUCENE-6607) Move geo3d to Lucene's sandbox module

2015-06-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604666#comment-14604666 ] Karl Wright commented on LUCENE-6607: - My 2 cents: I would love to get geo3d in

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

2015-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13239/ Java: 32bit/jdk1.8.0_60-ea-b12 -server -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.search.TestSearcherReuse.test Error Message: expected same:Searcher@818ee2[collection1]

[jira] [Commented] (LUCENE-6607) Move geo3d to Lucene's sandbox module

2015-06-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604617#comment-14604617 ] Michael McCandless commented on LUCENE-6607: bq. Mike, why in your view is it

Re: FreeText Auto-suggest

2015-06-28 Thread Michael McCandless
Which documentation are you reading? The analyzer you send to FreeTextSuggester should not make shingles itself: the suggester does this internally, based on the grams parameter. Maybe look at the TestFreeTextSuggester unit test as an example? Mike McCandless http://blog.mikemccandless.com

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

2015-06-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604668#comment-14604668 ] David Smiley commented on LUCENE-6578: -- Right. I'll post an update tonight

[jira] [Commented] (LUCENE-6595) CharFilter offsets correction is wonky

2015-06-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604599#comment-14604599 ] Michael McCandless commented on LUCENE-6595: I think the API change here is

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

2015-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4975/ Java: 32bit/jdk1.8.0_45 -client -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.schema.TestCloudManagedSchemaConcurrent.test Error Message: Captured an uncaught exception in thread: Thread[id=5882, name=Thread-1343,

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2463 - Still Failing!

2015-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2463/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls Error Message: Shard split did not complete. Last

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 725 - Still Failing

2015-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/725/ 2 tests failed. FAILED: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest.test Error Message: shard2 is not consistent. Got 804 from http://127.0.0.1:47293/g_/e/collection1lastClient and got 234 from

[jira] [Resolved] (LUCENE-6524) Create an IndexWriter from an already opened NRT or non-NRT reader

2015-06-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6524. Resolution: Fixed Create an IndexWriter from an already opened NRT or non-NRT

[jira] [Updated] (SOLR-7733) remove/rename optimize references in the UI.

2015-06-28 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-7733: - Attachment: SOLR-7733.patch Here's a patch. Given how novice-like I am here, it's simply

[jira] [Commented] (SOLR-7714) reduce SearchHandler's overall use of ShardHandler objects (from N+1+x to just 1)

2015-06-28 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604749#comment-14604749 ] Ramkumar Aiyengar commented on SOLR-7714: - If there are no other objections, I will

[jira] [Commented] (LUCENE-6568) rat-sources-typedef doesn't respect ivy configuration

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

[jira] [Commented] (LUCENE-6568) rat-sources-typedef doesn't respect ivy configuration

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

[jira] [Commented] (LUCENE-6595) CharFilter offsets correction is wonky

2015-06-28 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604729#comment-14604729 ] Cao Manh Dat commented on LUCENE-6595: -- {quote} Any HTML entity that maps to empty

[jira] [Created] (SOLR-7733) remove/rename optimize references in the UI.

2015-06-28 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-7733: Summary: remove/rename optimize references in the UI. Key: SOLR-7733 URL: https://issues.apache.org/jira/browse/SOLR-7733 Project: Solr Issue Type:

[jira] [Commented] (SOLR-7733) remove/rename optimize references in the UI.

2015-06-28 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604762#comment-14604762 ] Shawn Heisey commented on SOLR-7733: +1. I also think that the red color when it's not

[jira] [Created] (LUCENE-6629) Random 7200 seconds build timeouts / infinite loops in Lucene tests?

2015-06-28 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-6629: -- Summary: Random 7200 seconds build timeouts / infinite loops in Lucene tests? Key: LUCENE-6629 URL: https://issues.apache.org/jira/browse/LUCENE-6629

[jira] [Commented] (LUCENE-6629) Random 7200 seconds build timeouts / infinite loops in Lucene tests?

2015-06-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604653#comment-14604653 ] Robert Muir commented on LUCENE-6629: - I don't think that one is us. Those vocabulary

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

2015-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13241/ Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseParallelGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SolrCloudExampleTest Error Message: ERROR: SolrIndexSearcher opens=26 closes=25 Stack

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

2015-06-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604664#comment-14604664 ] Karl Wright commented on LUCENE-6578: - So no need to submit another patch? Geo3d:

[jira] [Commented] (LUCENE-6630) Further improve memory of FieldInfos

2015-06-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604864#comment-14604864 ] Robert Muir commented on LUCENE-6630: - {quote} Maybe we should always just be sparse,

[jira] [Commented] (SOLR-7733) remove/rename optimize references in the UI.

2015-06-28 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604873#comment-14604873 ] Upayavira commented on SOLR-7733: - If you were gonna go a little further, you could look in

[jira] [Commented] (LUCENE-6607) Move geo3d to Lucene's sandbox module

2015-06-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604903#comment-14604903 ] Karl Wright commented on LUCENE-6607: - Fine; I just wasn't sure that was allowed.

Re: FreeText Auto-suggest

2015-06-28 Thread Alessandro Benedetti
Thanks Mike ! Tomorrow I will read the details, I was taking as guide the Solr Guide, that was not so clear in relation of the type of Analyzer to provide the Suggester with. Thanks for the support, Tomorrow I will do some experiment and let you know! Cheers 2015-06-28 11:48 GMT+01:00 Michael

[jira] [Commented] (SOLR-7733) remove/rename optimize references in the UI.

2015-06-28 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604872#comment-14604872 ] Upayavira commented on SOLR-7733: - Patch looks good to me, go for it!! remove/rename

[jira] [Commented] (LUCENE-6630) Further improve memory of FieldInfos

2015-06-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604884#comment-14604884 ] Robert Muir commented on LUCENE-6630: - Also, the patch should: * Just use Integer's

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.8.0_45) - Build # 13068 - Failure!

2015-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13068/ Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.lucene.analysis.charfilter.HTMLStripCharFilterTest.testUTF16Surrogates Error Message: unpaired high surrogate: d86c, followed

[jira] [Commented] (LUCENE-6607) Move geo3d to Lucene's sandbox module

2015-06-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604900#comment-14604900 ] Michael McCandless commented on LUCENE-6607: bq. But I don't want to

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 2416 - Failure!

2015-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2416/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test Error Message: shard1 is not consistent. Got 203 from

[jira] [Commented] (SOLR-7727) bin/solr script incorrectly requires solr.xml in $SOLR_HOME

2015-06-28 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604918#comment-14604918 ] Jan Høydahl commented on SOLR-7727: --- Thinking more about this, an alternative solution is

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

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

[jira] [Commented] (SOLR-7485) replace shards.info with ShardParams.SHARDS_INFO in TestTolerantSearch.java and CloudSolrClientTest.java, add ShardParamsTest.java

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

[jira] [Commented] (SOLR-7710) replace various async with CommonAdminParams.ASYNC

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

[jira] [Commented] (SOLR-7485) replace shards.info with ShardParams.SHARDS_INFO in TestTolerantSearch.java and CloudSolrClientTest.java, add ShardParamsTest.java

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

[jira] [Commented] (SOLR-7485) replace shards.info with ShardParams.SHARDS_INFO in TestTolerantSearch.java and CloudSolrClientTest.java, add ShardParamsTest.java

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

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

2015-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13066/ Java: 32bit/jdk1.8.0_45 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.test Error Message: Error from server at http://127.0.0.1:40960/_rgk/v/checkStateVerCol: no servers

[jira] [Commented] (LUCENE-6630) Further improve memory of FieldInfos

2015-06-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604810#comment-14604810 ] Michael McCandless commented on LUCENE-6630: +1, this looks nice! Maybe add

[jira] [Updated] (SOLR-7710) replace various async with CommonAdminParams.ASYNC

2015-06-28 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar updated SOLR-7710: Attachment: SOLR-7710.patch Slightly modified patch to use static imports where they are

[jira] [Commented] (SOLR-7710) replace various async with CommonAdminParams.ASYNC

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

[jira] [Commented] (LUCENE-6631) Lucene Document Classification

2015-06-28 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604850#comment-14604850 ] Alessandro Benedetti commented on LUCENE-6631: -- I will provide the patch in

[jira] [Created] (LUCENE-6631) Lucene Document Classification

2015-06-28 Thread Alessandro Benedetti (JIRA)
Alessandro Benedetti created LUCENE-6631: Summary: Lucene Document Classification Key: LUCENE-6631 URL: https://issues.apache.org/jira/browse/LUCENE-6631 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-6630) Further improve memory of FieldInfos

2015-06-28 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst updated LUCENE-6630: --- Attachment: LUCENE-6630.patch Patch. Further improve memory of FieldInfos

[jira] [Created] (LUCENE-6630) Further improve memory of FieldInfos

2015-06-28 Thread Ryan Ernst (JIRA)
Ryan Ernst created LUCENE-6630: -- Summary: Further improve memory of FieldInfos Key: LUCENE-6630 URL: https://issues.apache.org/jira/browse/LUCENE-6630 Project: Lucene - Core Issue Type: Bug

[jira] [Assigned] (SOLR-7710) replace various async with CommonAdminParams.ASYNC

2015-06-28 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar reassigned SOLR-7710: --- Assignee: Ramkumar Aiyengar replace various async with CommonAdminParams.ASYNC

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

2015-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2465/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: org.apache.solr.cloud.TestMiniSolrCloudCluster.testBasics Error Message: Stack Trace: java.lang.NullPointerException at

[jira] [Commented] (SOLR-6992) ShowFileRequestHandler is hiding dynamic schema file even in read-only mode

2015-06-28 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604862#comment-14604862 ] Alexandre Rafalovitch commented on SOLR-6992: - Could someone please review

[CI] Lucene 5x Linux 64 Test Only - Build # 53450 - Failure!

2015-06-28 Thread build
BUILD FAILURE Build URLhttp://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/53450/ Project:lucene_linux_java8_64_test_only Randomization: JDKEA8,local,heap[685m],-server +UseParallelGC +UseCompressedOops,sec manager on Date of build:Sun, 28 Jun 2015 23:38:47

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

2015-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/888/ 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=12636, name=collection0, state=RUNNABLE,