Solr nightly build failure

2009-10-17 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 87 source files to /tmp/apache-solr-nightly/build/solrj

[jira] Commented: (SOLR-1510) EmbeddedSolrServer should support multiple cores

2009-10-17 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766865#action_12766865 ] Noble Paul commented on SOLR-1510: -- bq.What about having solr:// and solr://core URI

[jira] Issue Comment Edited: (SOLR-1513) Use Google Collections in ConcurrentLRUCache

2009-10-17 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766864#action_12766864 ] Noble Paul edited comment on SOLR-1513 at 10/17/09 2:08 AM:

Re: svn commit: r824882 - in /lucene/solr/trunk: contrib/clustering/example/conf/solrconfig.xml example/example-DIH/solr/mail/conf/solrconfig.xml example/solr/conf/solrconfig.xml

2009-10-17 Thread Yonik Seeley
On Thu, Oct 15, 2009 at 7:03 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : A lng time ago, Doug pointed me at one of his nightly scripts (I : forget if it was Lucene or Nutch)... and the first version was pretty : much just a copy.  I guess we could just drop the -Dversion=nightly?

Re: svn commit: r824882 - in /lucene/solr/trunk: contrib/clustering/example/conf/solrconfig.xml example/example-DIH/solr/mail/conf/solrconfig.xml example/solr/conf/solrconfig.xml

2009-10-17 Thread Chris Hostetter
: Done. Makes a lot more sense to have 1.4-dev for the lib names : (matches what you get if you do a source build yourself) and the : javadoc version too. Yonik: can you remove nightly from the lib regexes in the example solrconfigs? (i'm not going to be at a computer with solr on it until at

Solr nightly build failure

2009-10-17 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 87 source files to /tmp/apache-solr-nightly/build/solrj

Re: svn commit: r824882 - in /lucene/solr/trunk: contrib/clustering/example/conf/solrconfig.xml example/example-DIH/solr/mail/conf/solrconfig.xml example/solr/conf/solrconfig.xml

2009-10-17 Thread Yonik Seeley
Here's the current diff - lib dir=../../dist/ regex=apache-solr-cell-(\d|\.)+-.*\.jar / + lib dir=../../dist/ regex=apache-solr-cell-(nightly|\d).*\.jar / So rather than just remove the nightly option, is the right thing to just revert to your original? -Yonik http://www.lucidimagination.com

Re: Solr nightly build failure

2009-10-17 Thread Yonik Seeley
Not sure what's causing the problem with this test (TestLBHttpSolrServer)... here's the exception. I've just changed the check interval from 1000ms to 500ms for now... maybe it wasn't completing in time. Testcase: testTwoServers took 9.852 sec Caused an ERROR No live SolrServers available

[jira] Commented: (SOLR-1394) HTML stripper is splitting tokens

2009-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766952#action_12766952 ] Yonik Seeley commented on SOLR-1394: It works! I added some tests, and committed.

[jira] Created: (SOLR-1515) Javadoc typo in SolrQueryResponse

2009-10-17 Thread Chris A. Mattmann (JIRA)
Javadoc typo in SolrQueryResponse - Key: SOLR-1515 URL: https://issues.apache.org/jira/browse/SOLR-1515 Project: Solr Issue Type: Improvement Components: search Affects Versions: 1.3

[jira] Updated: (SOLR-1515) Javadoc typo in SolrQueryResponse

2009-10-17 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1515: - Fix Version/s: (was: 1.5) 1.4 Javadoc typo in SolrQueryResponse

[jira] Resolved: (SOLR-1515) Javadoc typo in SolrQueryResponse

2009-10-17 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1515. -- Resolution: Fixed Committed revision 826321. Thanks. Javadoc typo in SolrQueryResponse