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

2014-08-12 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11005/ Java: 32bit/jdk1.8.0_11 -server -XX:+UseG1GC 1 tests failed. REGRESSION: org.apache.solr.cloud.OverseerStatusTest.testDistribSearch Error Message: reloadcollection the collection time out:180s Stack Trace:

[jira] [Commented] (SOLR-6304) Transforming and Indexing custom JSON data

2014-08-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093821#comment-14093821 ] ASF subversion and git services commented on SOLR-6304: --- Commit

[jira] [Commented] (SOLR-6304) Transforming and Indexing custom JSON data

2014-08-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093827#comment-14093827 ] ASF subversion and git services commented on SOLR-6304: --- Commit

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0_11) - Build # 10886 - Failure!

2014-08-12 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10886/ Java: 64bit/jdk1.8.0_11 -XX:-UseCompressedOops -XX:+UseParallelGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage Error Message: SolrCore.getOpenCount()==2 Stack Trace:

[jira] [Created] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Noble Paul (JIRA)
Noble Paul created SOLR-6365: Summary: specify appends, defaults, invariants outside of the component Key: SOLR-6365 URL: https://issues.apache.org/jira/browse/SOLR-6365 Project: Solr Issue

[jira] [Updated] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6365: - Description: The components are configured in solrconfig.xml mostly for specifying these extra

[jira] [Created] (SOLR-6366) When I use minimum match and maxCollationTries parameters together in edismax, Solr gets stuck

2014-08-12 Thread JIRA
Harun Reşit Zafer created SOLR-6366: --- Summary: When I use minimum match and maxCollationTries parameters together in edismax, Solr gets stuck Key: SOLR-6366 URL: https://issues.apache.org/jira/browse/SOLR-6366

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

2014-08-12 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1729/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC 2 tests failed. REGRESSION: org.apache.solr.TestDistributedGrouping.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk7) - Build # 11006 - Still Failing!

2014-08-12 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11006/ Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} 2 tests failed. REGRESSION: org.apache.lucene.codecs.lucene41.TestLucene41PostingsFormat.testRamBytesUsed Error

[jira] [Updated] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6365: - Description: The components are configured in solrconfig.xml mostly for specifying these extra

[jira] [Commented] (LUCENE-5879) Add auto-prefix terms to block tree terms dict

2014-08-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093891#comment-14093891 ] Adrien Grand commented on LUCENE-5879: -- Thanks Mike for working on this, this is a

[jira] [Commented] (LUCENE-5879) Add auto-prefix terms to block tree terms dict

2014-08-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093924#comment-14093924 ] Michael McCandless commented on LUCENE-5879: {quote} bq. Maybe we need a new

[jira] [Commented] (LUCENE-5879) Add auto-prefix terms to block tree terms dict

2014-08-12 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093926#comment-14093926 ] Robert Muir commented on LUCENE-5879: - If the existing API is confusing, making it

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk7) - Build # 11006 - Still Failing!

2014-08-12 Thread Michael McCandless
This looks like the same initialized final field in class instance becomes null bug in J9 that we've hit a few times ...? In this case it's NormMap.singleByteRange, which is clearly initialized to new short[256] ... Mike McCandless http://blog.mikemccandless.com On Tue, Aug 12, 2014 at 3:47

[jira] [Commented] (LUCENE-5879) Add auto-prefix terms to block tree terms dict

2014-08-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093929#comment-14093929 ] Uwe Schindler commented on LUCENE-5879: --- In fact, as far as I see:

[jira] [Commented] (SOLR-6199) SolrJ, using SolrInputDocument methods, requires entire document to be loaded into memory

2014-08-12 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093930#comment-14093930 ] Karl Wright commented on SOLR-6199: --- While I've closed the CONNECTORS-981 ticket, we

[jira] [Commented] (SOLR-6199) SolrJ, using SolrInputDocument methods, requires entire document to be loaded into memory

2014-08-12 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093931#comment-14093931 ] Karl Wright commented on SOLR-6199: --- I am willing to develop a patch, but before I do, I

Early Access build for JDK 9 b26 is available on java.net

2014-08-12 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Uwe,Dawid, Early Access build for JDK 9 b26 https://jdk9.java.net/download/ is available on java.net, can you confirm fix for JDK-8042589 which was in b25. Summary of changes http://download.java.net/jdk9/changes/jdk9-b26.html?q=download/jdk9/changes/jdk9-b26.html in JDK 9 Build 26

[jira] [Updated] (SOLR-5178) Admin UI - Memory Graph on Dashboard shows NaN for unused Swap

2014-08-12 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5178: - Attachment: SOLR-5178.patch a patch for solr 4.6.0. It adds a check for when both free swap and total

[jira] [Commented] (SOLR-6312) CloudSolrServer doesn't honor updatesToLeaders constructor argument

2014-08-12 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093983#comment-14093983 ] Steve Davids commented on SOLR-6312: Yes, I understand that all updates will always go

[jira] [Updated] (SOLR-6343) add a new end point /json/raw to index json for full text search

2014-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6343: - Description: I should be able to just put in any random json to an index to the end point {{/json/text}}

[jira] [Updated] (SOLR-6343) add a new end point /update/json/text to index json for full text search

2014-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6343: - Summary: add a new end point /update/json/text to index json for full text search (was: add a new end

[jira] [Commented] (SOLR-6325) Expose per-collection and per-shard aggregate statistics

2014-08-12 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094029#comment-14094029 ] Shawn Heisey commented on SOLR-6325: Since this gets the index size, you may want to be

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_65) - Build # 10888 - Failure!

2014-08-12 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10888/ Java: 32bit/jdk1.7.0_65 -server -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes Error Message: key:ignored_creation_date expected:[2011-09-02T10:11:00Z]

[jira] [Commented] (SOLR-3274) ZooKeeper related SolrCloud problems

2014-08-12 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094033#comment-14094033 ] Per Steffensen commented on SOLR-3274: -- bq. Both nodes have 16 CPU cores, 48G of

[jira] [Commented] (LUCENE-5879) Add auto-prefix terms to block tree terms dict

2014-08-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094076#comment-14094076 ] Michael McCandless commented on LUCENE-5879: bq. In fact, as far as I see:

[jira] [Commented] (SOLR-6291) RollingRestartTest is too slow.

2014-08-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094080#comment-14094080 ] ASF subversion and git services commented on SOLR-6291: --- Commit

[jira] [Commented] (SOLR-6291) RollingRestartTest is too slow.

2014-08-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094082#comment-14094082 ] ASF subversion and git services commented on SOLR-6291: --- Commit

[jira] [Commented] (SOLR-3920) CloudSolrServer doesn't allow to index multiple collections with one instance of server

2014-08-12 Thread Zaytsev Sergey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094096#comment-14094096 ] Zaytsev Sergey commented on SOLR-3920: -- Is there a way to do the same with REST method

[jira] [Commented] (LUCENE-5864) Split BytesRef into BytesRef and BytesRefBuilder

2014-08-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094115#comment-14094115 ] ASF subversion and git services commented on LUCENE-5864: - Commit

[jira] [Commented] (SOLR-4464) DIH - Processed documents counter resets to zero after first database request

2014-08-12 Thread Thomas Champagne (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094120#comment-14094120 ] Thomas Champagne commented on SOLR-4464: In solr 4.9, this problem is due to the

[jira] [Commented] (SOLR-6312) CloudSolrServer doesn't honor updatesToLeaders constructor argument

2014-08-12 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094170#comment-14094170 ] Erick Erickson commented on SOLR-6312: -- Hmmm, interesting problem here. This is why,

[jira] [Commented] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094173#comment-14094173 ] Hoss Man commented on SOLR-6365: bq. {{params path=/some-other-path* defaults=a=bc=de=f

[jira] [Commented] (SOLR-3920) CloudSolrServer doesn't allow to index multiple collections with one instance of server

2014-08-12 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094177#comment-14094177 ] Erick Erickson commented on SOLR-3920: -- Please raise questions like this on the Solr

[jira] [Commented] (SOLR-6312) CloudSolrServer doesn't honor updatesToLeaders constructor argument

2014-08-12 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094182#comment-14094182 ] Hoss Man commented on SOLR-6312: bq. So I suspect we can close this JIRA? You're correct

[jira] [Commented] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094181#comment-14094181 ] Erick Erickson commented on SOLR-6365: -- I'm a bit puzzled too at what the point is

[jira] [Commented] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094225#comment-14094225 ] Noble Paul commented on SOLR-6365: -- bq.that's not even valid XML (bare ) yeah, you are

[jira] [Comment Edited] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094225#comment-14094225 ] Noble Paul edited comment on SOLR-6365 at 8/12/14 4:06 PM: ---

[jira] [Updated] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6365: - Description: The components are configured in solrconfig.xml mostly for specifying these extra

[jira] [Comment Edited] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094225#comment-14094225 ] Noble Paul edited comment on SOLR-6365 at 8/12/14 4:07 PM: ---

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0_20-ea-b23) - Build # 10889 - Still Failing!

2014-08-12 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10889/ Java: 64bit/jdk1.8.0_20-ea-b23 -XX:-UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage Error Message: SolrCore.getOpenCount()==2 Stack Trace:

[jira] [Commented] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094273#comment-14094273 ] Shalin Shekhar Mangar commented on SOLR-6365: - I like this idea. We can also

[jira] [Commented] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094276#comment-14094276 ] Noble Paul commented on SOLR-6365: -- bq. We can also provide a way to name a certain

[jira] [Commented] (SOLR-5473) Split clusterstate.json per collection and watch states selectively

2014-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094318#comment-14094318 ] Noble Paul commented on SOLR-5473: -- bq I don't mind that as an expert, unsupported

[jira] [Commented] (SOLR-3920) CloudSolrServer doesn't allow to index multiple collections with one instance of server

2014-08-12 Thread Zaytsev Sergey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094376#comment-14094376 ] Zaytsev Sergey commented on SOLR-3920: -- Sorry, I will, definitely. And for the

Re: SolrCloud on HDFS empty tlog hence doesn't replay after Solr process crash and restart

2014-08-12 Thread Chris Hostetter
Tom: i don't know enough about hte HDFS code to fully understand what's going on here, but based on your description of the problem it definitely smells like a bug, so i've opened an issue ot make sure we don't lose track of it... https://issues.apache.org/jira/browse/SOLR-6367 : Date: Fri,

[jira] [Created] (SOLR-6367) empty tolg on HDFS when hard crash - no docs to replay on recovery

2014-08-12 Thread Hoss Man (JIRA)
Hoss Man created SOLR-6367: -- Summary: empty tolg on HDFS when hard crash - no docs to replay on recovery Key: SOLR-6367 URL: https://issues.apache.org/jira/browse/SOLR-6367 Project: Solr Issue

[jira] [Commented] (SOLR-3920) CloudSolrServer doesn't allow to index multiple collections with one instance of server

2014-08-12 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094381#comment-14094381 ] Erick Erickson commented on SOLR-3920: -- Try

[jira] [Resolved] (SOLR-6346) Distributed Spellcheck has inconsistent collation ordering

2014-08-12 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-6346. -- Resolution: Invalid Reviewing comments from SOLR-2010, when this was all implemented, it seems having

[jira] [Updated] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-12 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst updated LUCENE-5850: --- Attachment: LUCENE-5850.patch This patch consolidates LUCENE_MAIN_VERSION and associated

[jira] [Commented] (SOLR-3920) CloudSolrServer doesn't allow to index multiple collections with one instance of server

2014-08-12 Thread Zaytsev Sergey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094506#comment-14094506 ] Zaytsev Sergey commented on SOLR-3920: -- It seems to work. Thanks a lot!

[jira] [Commented] (SOLR-3029) Poor json formatting of spelling collation info

2014-08-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094569#comment-14094569 ] ASF subversion and git services commented on SOLR-3029: --- Commit

[jira] [Resolved] (SOLR-3029) Poor json formatting of spelling collation info

2014-08-12 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-3029. -- Resolution: Fixed Fix Version/s: (was: 4.9) Assignee: James Dyer Committed to Trunk

[jira] [Comment Edited] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094578#comment-14094578 ] Erik Hatcher edited comment on SOLR-6365 at 8/12/14 7:54 PM: -

[jira] [Commented] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094578#comment-14094578 ] Erik Hatcher commented on SOLR-6365: bq. naming a bunch of params and using it as a

[jira] [Comment Edited] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094578#comment-14094578 ] Erik Hatcher edited comment on SOLR-6365 at 8/12/14 7:54 PM: -

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-08-12 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094745#comment-14094745 ] Andrew Muldowney commented on SOLR-2894: My previous results are crap. The logs

[jira] [Commented] (SOLR-3029) Poor json formatting of spelling collation info

2014-08-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094747#comment-14094747 ] ASF subversion and git services commented on SOLR-3029: --- Commit

[jira] [Commented] (SOLR-6062) Phrase queries are created for each field supplied through edismax's pf, pf2 and pf3 parameters (rather them being combined in a single dismax query)

2014-08-12 Thread Michael Dodsworth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094812#comment-14094812 ] Michael Dodsworth commented on SOLR-6062: - [~jdyer], any feedback? Phrase queries

[jira] [Commented] (SOLR-6212) upgrade Saxon-HE to 9.5.1-5 and reinstate Morphline tests that were affected under java 8/9 with 9.5.1-4

2014-08-12 Thread Michael Dodsworth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094814#comment-14094814 ] Michael Dodsworth commented on SOLR-6212: - [~markrmil...@gmail.com], any feedback?

[jira] [Created] (LUCENE-5882) add 4.10 docvaluesformat

2014-08-12 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5882: --- Summary: add 4.10 docvaluesformat Key: LUCENE-5882 URL: https://issues.apache.org/jira/browse/LUCENE-5882 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (LUCENE-5882) add 4.10 docvaluesformat

2014-08-12 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5882: Attachment: LUCENE-5882.patch Patch. Also when cardinality is low (there would be no reverse

[JENKINS-MAVEN] Lucene-Solr-Maven-4.x #676: POMs out of sync

2014-08-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/676/ No tests ran. Build Log: [...truncated 25235 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-4.x/build.xml:490: The following error occurred while executing this line:

[jira] [Updated] (SOLR-6062) Phrase queries are created for each field supplied through edismax's pf, pf2 and pf3 parameters (rather them being combined in a single dismax query)

2014-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-6062: --- Description: SOLR-2058 subtly changed how phrase queries, created through the pf, pf2 and pf3

[jira] [Commented] (SOLR-6062) Phrase queries are created for each field supplied through edismax's pf, pf2 and pf3 parameters (rather them being combined in a single dismax query)

2014-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094874#comment-14094874 ] Erik Hatcher commented on SOLR-6062: [~mdodswo...@salesforce.com] looks reasonable to

[jira] [Commented] (SOLR-6062) Phrase queries are created for each field supplied through edismax's pf, pf2 and pf3 parameters (rather them being combined in a single dismax query)

2014-08-12 Thread Michael Dodsworth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094907#comment-14094907 ] Michael Dodsworth commented on SOLR-6062: - Thanks for looking at this, [~ehatcher].

[jira] [Commented] (SOLR-6062) Phrase queries are created for each field supplied through edismax's pf, pf2 and pf3 parameters (rather them being combined in a single dismax query)

2014-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094926#comment-14094926 ] Erik Hatcher commented on SOLR-6062: bq. Any suggestions on folks to pull in? I guess

[jira] [Commented] (SOLR-6062) Phrase queries are created for each field supplied through edismax's pf, pf2 and pf3 parameters (rather them being combined in a single dismax query)

2014-08-12 Thread Michael Dodsworth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14094935#comment-14094935 ] Michael Dodsworth commented on SOLR-6062: - not that I know of -- the wanted

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_65) - Build # 11011 - Failure!

2014-08-12 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11011/ Java: 32bit/jdk1.7.0_65 -server -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.solr.cloud.OverseerTest.testOverseerFailure Error Message: Could not register as the leader because creating the ephemeral registration

[jira] [Updated] (SOLR-3711) Velocity: Break or truncate long strings in facet output

2014-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-3711: --- Attachment: SOLR-3711.patch [~janhoy] - how's this? If this general idea works for you, I will

[jira] [Comment Edited] (SOLR-3711) Velocity: Break or truncate long strings in facet output

2014-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095027#comment-14095027 ] Erik Hatcher edited comment on SOLR-3711 at 8/13/14 1:54 AM: -

[jira] [Commented] (SOLR-3957) Remove response WARNING of This response format is experimental

2014-08-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095042#comment-14095042 ] ASF subversion and git services commented on SOLR-3957: --- Commit

[jira] [Resolved] (SOLR-3957) Remove response WARNING of This response format is experimental

2014-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-3957. Resolution: Fixed I think best to just do this on trunk/5.0, and leave it alone for 4x. I can't

[jira] [Assigned] (SOLR-4685) JSON response write modification to support RAW JSON

2014-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned SOLR-4685: -- Assignee: (was: Erik Hatcher) [~billnbell] - Bill, sorry this hasn't yet been addressed to

[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.8.0_11) - Build # 4154 - Failure!

2014-08-12 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/4154/ Java: 64bit/jdk1.8.0_11 -XX:+UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 11958 lines...] [junit4] JVM J0: stdout was not empty, see:

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 596 - Still Failing

2014-08-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/596/ 4 tests failed. FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDistribSearch Error Message: IOException occured when talking to server at: http://127.0.0.1:25801/_h/collection1 Stack Trace:

Am I just completely missing the boat or is suggester weightField totally undocumented?

2014-08-12 Thread Erick Erickson
Upgrading from Solr 3.5 to 4.8 for a client and mucking around in solrconfig.xml. I thought Hey, let's uncomment the suggester just for yucks so they can try it out. Fine so far, but then I looked to try to figure out what part of their schema to use for the entry in the suggest component: str

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_65) - Build # 11012 - Still Failing!

2014-08-12 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11012/ Java: 32bit/jdk1.7.0_65 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.OverseerTest.testOverseerFailure Error Message: Could not register as the leader because creating the ephemeral registration

Re: Am I just completely missing the boat or is suggester weightField totally undocumented?

2014-08-12 Thread Varun Thacker
Hi Erick, Good that you brought it up. I started working on drafting out the documentation for the Suggester. SOLR-5683 is the Jira for the documentation. This is what was written originally - DocumentDictionaryFactory – user can specify suggestion field along with optional weight and payload

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_65) - Build # 10893 - Failure!

2014-08-12 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10893/ Java: 64bit/jdk1.7.0_65 -XX:-UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage Error Message: SolrCore.getOpenCount()==2 Stack Trace:

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1183: POMs out of sync

2014-08-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1183/ 2 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandlerBackup.org.apache.solr.handler.TestReplicationHandlerBackup Error Message: 1 thread leaked from SUITE scope at