[jira] [Commented] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305566#comment-14305566 ] Alan Woodward commented on LUCENE-6218: --- This is part of what I was trying to do in

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

2015-02-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/753/ 6 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload Error Message: expected:[{indexVersion=1423064611152,generation=2,filelist=[_0.fdt, _0.fdx, _0.fnm, _0.nvd, _0.nvm,

[jira] [Commented] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305583#comment-14305583 ] Robert Muir commented on LUCENE-6218: - Alan, yes i saw that. But I think we should

[jira] [Commented] (SOLR-4407) SSL Certificate based authentication for SolrCloud

2015-02-04 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305553#comment-14305553 ] Steve Rowe commented on SOLR-4407: -- SOLR-3854 added SolrCloud client auth in Solr 4.7.

[jira] [Reopened] (SOLR-6780) some param values are duplicated when they override defaults, or are combined with appends values, or are an invariant that overrides a request param

2015-02-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened SOLR-6780: DAMN IT! I'm really sorry about this -- i'm not sure what happened with this merge ... this sucks. i'll get

[jira] [Commented] (LUCENE-4524) Merge DocsEnum and DocsAndPositionsEnum into PostingsEnum

2015-02-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305617#comment-14305617 ] Alan Woodward commented on LUCENE-4524: --- This is kind of a pain to keep up-to-date

[jira] [Commented] (LUCENE-6217) IndexWriter should make it clear when tragedy strikes

2015-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305483#comment-14305483 ] Michael McCandless commented on LUCENE-6217: I'll add a getter...

[jira] [Commented] (SOLR-6780) some param values are duplicated when they override defaults, or are combined with appends values, or are an invariant that overrides a request param

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

[jira] [Created] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-6218: --- Summary: don't decode freqs or enumerate all positions, when scores are not needed Key: LUCENE-6218 URL: https://issues.apache.org/jira/browse/LUCENE-6218 Project:

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

2015-02-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2586/ 5 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: org.apache.http.NoHttpResponseException: The target server failed to respond Stack Trace: org.apache.solr.client.solrj.SolrServerException:

[jira] [Commented] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305615#comment-14305615 ] Alan Woodward commented on LUCENE-6218: --- yeah, that'll be in later issues. +1 to

[jira] [Commented] (SOLR-6780) some param values are duplicated when they override defaults, or are combined with appends values, or are an invariant that overrides a request param

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

Re: Give Solr its own port number

2015-02-04 Thread Chris Hostetter
: Until 5.x Solr would start on whatever port of the appserver chosen, i.e. 8983 for Jetty, 8080 for Tomcat etc. : Now that Solr is a standalone app, why should we inherit Jetty's default port 8983 anymore? last time i checked, 8983 is not Jetty's default port ... Jetty's hardcoded default

[jira] [Commented] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305594#comment-14305594 ] Michael McCandless commented on LUCENE-6218: +1, awesome don't decode freqs

[jira] [Commented] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305593#comment-14305593 ] Alan Woodward commented on LUCENE-6218: --- Oh, sure. I'm sort of hoping that the

Re: Give Solr its own port number

2015-02-04 Thread Shawn Heisey
On 2/4/2015 3:48 AM, Jan Høydahl wrote: Until 5.x Solr would start on whatever port of the appserver chosen, i.e. 8983 for Jetty, 8080 for Tomcat etc. Now that Solr is a standalone app, why should we inherit Jetty's default port 8983 anymore? So I propose we pick a brand new port number

[jira] [Commented] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305573#comment-14305573 ] Alan Woodward commented on LUCENE-6218: --- Which is to say that I think this is a

[jira] [Commented] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305609#comment-14305609 ] Robert Muir commented on LUCENE-6218: - Well, i'm not sure merging docsenum and

[jira] [Updated] (SOLR-6780) some param values are duplicated when they override defaults, or are combined with appends values, or are an invariant that overrides a request param

2015-02-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-6780: --- Description: The {{DefaultSolrParams}} class, which is used as the basis for the implementation of

[jira] [Commented] (SOLR-6780) some param values are duplicated when they override defaults, or are combined with appends values, or are an invariant that overrides a request param

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

[jira] [Resolved] (SOLR-4407) SSL Certificate based authentication for SolrCloud

2015-02-04 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved SOLR-4407. -- Resolution: Fixed Assignee: Steve Rowe Since it's been a week and nobody has mentioned any

[jira] [Updated] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-6218: Attachment: LUCENE-6218.patch Here is a prototype patch: we pass a boolean to Weight.scorer(). Its

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4358 - Still Failing!

2015-02-04 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4358/ Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.cloud.ReplicationFactorTest.test Error Message: org.apache.http.NoHttpResponseException: The target server failed to

[jira] [Updated] (SOLR-4407) SSL Certificate based authentication for SolrCloud

2015-02-04 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-4407: - Fix Version/s: (was: 4.9) 4.7 SSL Certificate based authentication for SolrCloud

[jira] [Commented] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305572#comment-14305572 ] Adrien Grand commented on LUCENE-6218: -- +1 This has the potential to

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

2015-02-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2584/ 5 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at:

Re: FSDirectory and creating directory

2015-02-04 Thread Michael McCandless
In the past we considered this (mkdir when creating FSDir) a bug: https://issues.apache.org/jira/browse/LUCENE-1464 Mike McCandless http://blog.mikemccandless.com On Wed, Feb 4, 2015 at 4:03 AM, Uwe Schindler uschind...@apache.org wrote: Hi, on the Lucene.NET mailing list there were some

[jira] [Issue Comment Deleted] (SOLR-7070) Issue when using fl with dynamic filelds without setting wilcards

2015-02-04 Thread Khalid Galal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Khalid Galal updated SOLR-7070: --- Comment: was deleted (was: Thanks Hoss Man for your reply. Actually I have the below configuration of

Re: FSDirectory and creating directory

2015-02-04 Thread Michael McCandless
On Wed, Feb 4, 2015 at 4:44 AM, Itamar Syn-Hershko ita...@code972.com wrote: Mike I did promise to find bugs! Thank you! Mike McCandless http://blog.mikemccandless.com - To unsubscribe, e-mail:

[jira] [Commented] (SOLR-7070) Issue when using fl with dynamic filelds without setting wilcards

2015-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304855#comment-14304855 ] Jan Høydahl commented on SOLR-7070: --- I'm confused. What does your doc look like? Does it

[jira] [Commented] (LUCENE-6217) IndexWriter should make it clear when tragedy strikes

2015-02-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304788#comment-14304788 ] Simon Willnauer commented on LUCENE-6217: - I just wanna point out the

FSDirectory and creating directory

2015-02-04 Thread Uwe Schindler
Hi, on the Lucene.NET mailing list there were some issues with porting over Lucene 4.8's FSDirectory class to .NET. In fact the following comment on a method caused confusion: // returns the canonical version of the directory, creating it if it doesn't exist. private static File

RE: FSDirectory and creating directory

2015-02-04 Thread Uwe Schindler
Hi Mike, This is why I ask here! So I think we should fix this before release of 5.0! Maybe Robert has an explanation why he does the createDirectories() on ctor. In any case I will now commit the removal of the bogus comment in 4.10 branch. Uwe - Uwe Schindler uschind...@apache.org

[jira] [Commented] (SOLR-7070) Issue when using fl with dynamic filelds without setting wilcards

2015-02-04 Thread Khalid Galal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304839#comment-14304839 ] Khalid Galal commented on SOLR-7070: Thanks Hoss Man for your reply. Actually I have

[jira] [Commented] (SOLR-7070) Issue when using fl with dynamic filelds without setting wilcards

2015-02-04 Thread Khalid Galal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304838#comment-14304838 ] Khalid Galal commented on SOLR-7070: Thanks Hoss Man for your reply. Actually I have

[jira] [Comment Edited] (SOLR-7070) Issue when using fl with dynamic filelds without setting wilcards

2015-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304838#comment-14304838 ] Jan Høydahl edited comment on SOLR-7070 at 2/4/15 9:50 AM: ---

[jira] [Commented] (SOLR-7049) Move work done by the LIST Collections API call to the Collections Handler

2015-02-04 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304807#comment-14304807 ] Anshum Gupta commented on SOLR-7049: Makes sense. I'll look at it and commit tomorrow.

[jira] [Commented] (LUCENE-1464) FSDirectory.getDirectory always creates index path

2015-02-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304835#comment-14304835 ] ASF GitHub Bot commented on LUCENE-1464: Github user uschindler commented on the

Re: FSDirectory and creating directory

2015-02-04 Thread Itamar Syn-Hershko
Thanks guys, we will mimic the current behavior and ignore the comment. Mike I did promise to find bugs! -- Itamar Syn-Hershko http://code972.com | @synhershko https://twitter.com/synhershko Freelance Developer Consultant Lucene.NET committer and PMC member On Wed, Feb 4, 2015 at 11:20 AM, Uwe

[jira] [Assigned] (SOLR-7049) Move work done by the LIST Collections API call to the Collections Handler

2015-02-04 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta reassigned SOLR-7049: -- Assignee: Anshum Gupta Move work done by the LIST Collections API call to the Collections

[jira] [Updated] (SOLR-7073) Add an API to add a jar to a collection's classpath

2015-02-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-7073: - Description: The idea of having separate classloaders for each component may be counter productive. This

RE: FSDirectory and creating directory

2015-02-04 Thread Uwe Schindler
Hi Mike, This is why I ask here! So I think we should fix this before release of 5.0! Maybe Robert has an explanation why he does the createDirectories() on ctor. In any case I will now commit the removal of the bogus comment in 4.10 branch. Uwe - Uwe Schindler H.-H.-Meier-Allee 63,

[jira] [Comment Edited] (SOLR-7070) Issue when using fl with dynamic filelds without setting wilcards

2015-02-04 Thread Khalid Galal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304838#comment-14304838 ] Khalid Galal edited comment on SOLR-7070 at 2/4/15 9:59 AM:

[jira] [Created] (SOLR-7074) Simple script to start external Zookeeper

2015-02-04 Thread Upayavira (JIRA)
Upayavira created SOLR-7074: --- Summary: Simple script to start external Zookeeper Key: SOLR-7074 URL: https://issues.apache.org/jira/browse/SOLR-7074 Project: Solr Issue Type: Improvement

[jira] [Created] (SOLR-7072) Multiple mlt.fl does not work

2015-02-04 Thread Constantin Mitocaru (JIRA)
Constantin Mitocaru created SOLR-7072: - Summary: Multiple mlt.fl does not work Key: SOLR-7072 URL: https://issues.apache.org/jira/browse/SOLR-7072 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-6200) Highlighter sometime went wrong

2015-02-04 Thread Shinichiro Abe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304806#comment-14304806 ] Shinichiro Abe commented on LUCENE-6200: Perhaps the same as LUCENE-1489.

[jira] [Updated] (SOLR-7073) Add an API to add a jar to a collection's classpath

2015-02-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-7073: - Description: The idea of having separate classloaders for each component may be counter productive. This

[jira] [Comment Edited] (SOLR-7070) Issue when using fl with dynamic filelds without setting wilcards

2015-02-04 Thread Khalid Galal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304838#comment-14304838 ] Khalid Galal edited comment on SOLR-7070 at 2/4/15 9:45 AM:

[jira] [Updated] (SOLR-6775) Creating backup snapshot null pointer exception

2015-02-04 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-6775: Attachment: SOLR-6775.patch Whoops thats my fault. Looks like when we split the duties and added a

[jira] [Created] (SOLR-7073) Add an API to add a jar to a collection's classpath

2015-02-04 Thread Noble Paul (JIRA)
Noble Paul created SOLR-7073: Summary: Add an API to add a jar to a collection's classpath Key: SOLR-7073 URL: https://issues.apache.org/jira/browse/SOLR-7073 Project: Solr Issue Type: Sub-task

[jira] [Comment Edited] (SOLR-7070) Issue when using fl with dynamic filelds without setting wilcards

2015-02-04 Thread Khalid Galal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14304838#comment-14304838 ] Khalid Galal edited comment on SOLR-7070 at 2/4/15 9:55 AM:

[jira] [Commented] (LUCENE-4524) Merge DocsEnum and DocsAndPositionsEnum into PostingsEnum

2015-02-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305633#comment-14305633 ] Robert Muir commented on LUCENE-4524: - I quickly glanced thru, my only comment is,

RE: FSDirectory and creating directory

2015-02-04 Thread Uwe Schindler
Hi Robert, I am fine with any of your comments. We can move this issue to later releases, I just want that FSDirectory and its subclasses to document that they create the directory on its ctor if it does not yet exist. Please understand that I want to figure out if this could cause human

[jira] [Commented] (SOLR-6693) Start script for windows fails with 32bit JRE

2015-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305659#comment-14305659 ] Jan Høydahl commented on SOLR-6693: --- Thanks for the patch. Which version of Solr is it

RE: FSDirectory and creating directory

2015-02-04 Thread Uwe Schindler
On Wed, Feb 4, 2015 at 1:12 PM, Uwe Schindler u...@thetaphi.de wrote: Hi Robert, I am fine with any of your comments. We can move this issue to later releases, I just want that FSDirectory and its subclasses to document that they create the directory on its ctor if it does not yet exist.

[jira] [Commented] (SOLR-6693) Start script for windows fails with 32bit JRE

2015-02-04 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305681#comment-14305681 ] Timothy Potter commented on SOLR-6693: -- We should get this into 5.0 ... I can migrate

Re: Give Solr its own port number

2015-02-04 Thread Jan Høydahl
IIRC: 8983 was explicitly picked for Solr years ago because there weren't really any other systems out there using it (unlike 8000, 8080, , etc...) Ah, I stand corrected. All these years I've assumed 9983 was a Jetty default. Well, already having our own port then, it makes no sense to

[jira] [Commented] (LUCENE-6217) IndexWriter should make it clear when tragedy strikes

2015-02-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305689#comment-14305689 ] Robert Muir commented on LUCENE-6217: - +1 for these new methods and for the bonus

[jira] [Created] (LUCENE-6219) Remove ScoringNoMaxScoreCollector

2015-02-04 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-6219: Summary: Remove ScoringNoMaxScoreCollector Key: LUCENE-6219 URL: https://issues.apache.org/jira/browse/LUCENE-6219 Project: Lucene - Core Issue Type:

[jira] [Commented] (LUCENE-6219) Remove ScoringNoMaxScoreCollector

2015-02-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305710#comment-14305710 ] Adrien Grand commented on LUCENE-6219: -- Looks like this somehow supersedes

Re: FSDirectory and creating directory

2015-02-04 Thread Andi Vajda
On Feb 4, 2015, at 10:12, Uwe Schindler u...@thetaphi.de wrote: Hi Robert, I am fine with any of your comments. We can move this issue to later releases, I just want that FSDirectory and its subclasses to document that they create the directory on its ctor if it does not yet exist.

[jira] [Commented] (SOLR-6693) Start script for windows fails with 32bit JRE

2015-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305826#comment-14305826 ] Jan Høydahl commented on SOLR-6693: --- [~thelabdude], feel free! Start script for windows

[JENKINS] Lucene-Solr-SmokeRelease-5.0 - Build # 24 - Still Failing

2015-02-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.0/24/ No tests ran. Build Log: [...truncated 51746 lines...] prepare-release-no-sign: [mkdir] Created dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.0/lucene/build/smokeTestRelease/dist [copy]

[jira] [Updated] (SOLR-6693) Start script for windows fails with 32bit JRE

2015-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-6693: -- Assignee: (was: Jan Høydahl) Start script for windows fails with 32bit JRE

[jira] [Commented] (SOLR-6780) some param values are duplicated when they override defaults, or are combined with appends values, or are an invariant that overrides a request param

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

[jira] [Reopened] (LUCENE-533) SpanQuery scoring: SpanWeight lacks a recursive traversal of the query tree

2015-02-04 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reopened LUCENE-533: - Re-opening; this is definitely not done. SpanQuery scoring: SpanWeight lacks a recursive traversal

Re: Give Solr its own port number

2015-02-04 Thread david.w.smi...@gmail.com
-0 Hoss’s points are my view as well. 8983 is already pretty well known amongst Solr users. ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Wed, Feb 4, 2015 at 12:37 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : Until

[jira] [Updated] (LUCENE-6219) Remove ScoringNoMaxScoreCollector

2015-02-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6219: - Attachment: LUCENE-6219.patch Here is a patch. The interesting bits are in IndexSearcher and

How to ant package lucene 4.10 branch

2015-02-04 Thread S G
Hi, I tried to run ant package on lucene 4.10.x branch that was checked out using github. But that gave me an error that it needed to be checked out using svn. Then I checked out using svn and ran ant package But on doing so, it created ./package/solr-6.0.0-SNAPSHOT.zip and not the

[jira] [Commented] (SOLR-6693) Start script for windows fails with 32bit JRE

2015-02-04 Thread Christopher Hewitt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305669#comment-14305669 ] Christopher Hewitt commented on SOLR-6693: -- Ah, sorry... Forgot to mention.. This

[jira] [Commented] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305637#comment-14305637 ] Robert Muir commented on LUCENE-6218: - Here is the standard benchmark. You can see

[jira] [Resolved] (SOLR-6780) some param values are duplicated when they override defaults, or are combined with appends values, or are an invariant that overrides a request param

2015-02-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-6780. Resolution: Fixed some param values are duplicated when they override defaults, or are combined with

[jira] [Updated] (LUCENE-6217) IndexWriter should make it clear when tragedy strikes

2015-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6217: --- Attachment: LUCENE-6217.patch Simple patch, adding getTragicException and isOpen to

[jira] [Commented] (SOLR-6780) some param values are duplicated when they override defaults, or are combined with appends values, or are an invariant that overrides a request param

2015-02-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305684#comment-14305684 ] Hoss Man commented on SOLR-6780: Ok, this should now be fixed properly on the 4_10 branch,

[jira] [Commented] (LUCENE-6217) IndexWriter should make it clear when tragedy strikes

2015-02-04 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305705#comment-14305705 ] Ryan Ernst commented on LUCENE-6217: I do like the test changes. +1 IndexWriter

Re: FSDirectory and creating directory

2015-02-04 Thread Robert Muir
On Wed, Feb 4, 2015 at 1:12 PM, Uwe Schindler u...@thetaphi.de wrote: Hi Robert, I am fine with any of your comments. We can move this issue to later releases, I just want that FSDirectory and its subclasses to document that they create the directory on its ctor if it does not yet exist.

[jira] [Commented] (SOLR-7005) facet.heatmap for spatial heatmap faceting on RPT

2015-02-04 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305777#comment-14305777 ] Ryan McKinley commented on SOLR-7005: - bq. the facet.heatmap.bbox param actually

[jira] [Updated] (LUCENE-6218) don't decode freqs or enumerate all positions, when scores are not needed

2015-02-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-6218: Attachment: LUCENE-6218.patch complete patch. I also added simple tests. don't decode freqs or

[jira] [Commented] (SOLR-6919) Log REST info before executing

2015-02-04 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305895#comment-14305895 ] Gregory Chanan commented on SOLR-6919: -- +1 on latest update. Log REST info before

[jira] [Commented] (SOLR-7005) facet.heatmap for spatial heatmap faceting on RPT

2015-02-04 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305897#comment-14305897 ] David Smiley commented on SOLR-7005: I like {{facet.heatmap.bounds}} a lot. I like

[jira] [Commented] (SOLR-4242) A better spatial query parser

2015-02-04 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305898#comment-14305898 ] David Smiley commented on SOLR-4242: (I'm copying a comment from the review board that

[jira] [Commented] (SOLR-6640) ChaosMonkeySafeLeaderTest failure with CorruptIndexException

2015-02-04 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305909#comment-14305909 ] Anshum Gupta commented on SOLR-6640: I spoke to Shalin and he suggested me to wait

[jira] [Resolved] (LUCENE-6217) IndexWriter should make it clear when tragedy strikes

2015-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6217. Resolution: Fixed Fix Version/s: 5.1 Trunk IndexWriter

[jira] [Commented] (LUCENE-6217) IndexWriter should make it clear when tragedy strikes

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

Re: How to ant package lucene 4.10 branch

2015-02-04 Thread Alexandre Rafalovitch
I think you just need to check out the right branch. You definitely got the trunk there somehow. I'd start from scratch and make sure you are using SVN to check out the right branch from SVN (not GitHub). There is a read-only access point. That's what I am doing for 5.0 build and it's working.

[jira] [Updated] (SOLR-7049) Move work done by the LIST Collections API call to the Collections Handler

2015-02-04 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-7049: --- Component/s: SolrCloud Move work done by the LIST Collections API call to the Collections Handler

[jira] [Resolved] (SOLR-7049) Move work done by the LIST Collections API call to the Collections Handler

2015-02-04 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta resolved SOLR-7049. Resolution: Fixed Thanks Varun. Move work done by the LIST Collections API call to the Collections

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

2015-02-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2587/ 5 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at:

[jira] [Commented] (SOLR-7070) Issue when using fl with dynamic filelds without setting wilcards

2015-02-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305965#comment-14305965 ] Hoss Man commented on SOLR-7070: this appears to be the same root issue as SOLR-6051. in

[jira] [Commented] (SOLR-7049) Move work done by the LIST Collections API call to the Collections Handler

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

[jira] [Commented] (LUCENE-6217) IndexWriter should make it clear when tragedy strikes

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

[jira] [Updated] (SOLR-7070) Issue when using fl with field names that start with numbers

2015-02-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-7070: --- Description: field names starting with numbers aren't working properly in fl, specific example from

[jira] [Commented] (SOLR-7049) Move work done by the LIST Collections API call to the Collections Handler

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

[jira] [Commented] (SOLR-6919) Log REST info before executing

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

[jira] [Commented] (SOLR-6919) Log REST info before executing

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

[jira] [Commented] (SOLR-5955) Add config templates to SolrCloud.

2015-02-04 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14306064#comment-14306064 ] Anshum Gupta commented on SOLR-5955: It would be good to support templates in SolrCloud

[jira] [Commented] (SOLR-6923) AutoAddReplicas should consult live nodes also to see if a state has changed

2015-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14305364#comment-14305364 ] Mark Miller commented on SOLR-6923: --- Never got to this - I'll open a new issue to add a

[jira] [Commented] (SOLR-6227) ChaosMonkeySafeLeaderTest failures on jenkins

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

[jira] [Commented] (SOLR-6780) some param values are duplicated when they override defaults, or are combined with appends values, or are an invariant that overrides a request param

2015-02-04 Thread Marius Dumitru Florea (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14306713#comment-14306713 ] Marius Dumitru Florea commented on SOLR-6780: - [~hossman], thank you for

[jira] [Commented] (SOLR-6227) ChaosMonkeySafeLeaderTest failures on jenkins

2015-02-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14306730#comment-14306730 ] Shalin Shekhar Mangar commented on SOLR-6227: - More failures from jenkins:

  1   2   >