Build failed in Hudson: Solr-trunk #1117

2010-04-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/1117/changes Changes: [gsingers] LUCENE-2366, LUCENE-2367, LUCENE-2359: Fix a bunch of issues related to spatial [rmuir] remove more references to the old trunks [shaie] LUCENE-2386: IndexWriter commits unnecessarily on fresh Directory

[jira] Commented: (SOLR-1872) Document-level Access Control in Solr

2010-04-14 Thread Alexander Roethinger (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856809#action_12856809 ] Alexander Roethinger commented on SOLR-1872: Hello Peter, I have a few detailed

Re: [jira] Commented: (SOLR-1872) Document-level Access Control in Solr

2010-04-14 Thread Peter Sturge
Sure. You can send an email to peter dot sturge at googlemail dot com. If you have questions that relate generally, it can be good to share them in the forum so that others can see and benefit from the information. If it's more specific questions relating to environment/security that you'd rather

Solr Java 1.6 ... was: Re: [jira] Commented: (SOLR-1873) Commit Solr Cloud to trunk

2010-04-14 Thread Chris Hostetter
I haven't been following the Cloud stuff very closely, can someone clarify what exactly the situation is w/Solr Cloud and Java 1.6. Will merging the cloud changes to trunk require that core pieces of Solr be compiled/run with Java 1.6 (ie: a change to our minimum operating requirements) or

Re: Eclipse project files...

2010-04-14 Thread Chris Hostetter
: I think it would be good to put these up on the Wiki. We have Eclipse and IDEA configs on the wiki, we just need users of those IDEs to be proactive about making sure they work well... http://wiki.apache.org/solr/HowToContribute#Helpful_Resources -Hoss

Re: Solr nightly build failure

2010-04-14 Thread Chris Hostetter
1) does anyone understand why this is failing? 2) should we just disabble this cron completley in favor of using the Hudson builds exclusively? (i use to think it was nice to have multiple systems doing nightly buidls as a sanity cehck ... but it also seems like an adminstrative hassle, and

Re: Solr nightly build failure

2010-04-14 Thread Yonik Seeley
On Wed, Apr 14, 2010 at 2:43 PM, Chris Hostetter hossman_luc...@fucit.org wrote: 1) does anyone understand why this is failing? The compiler barfed... (a compiler bug.) I updated it to use the Java6 compiler this morning. I had previously disabled the nightly test and build part, but kept the

Re: Solr Java 1.6 ... was: Re: [jira] Commented: (SOLR-1873) Commit Solr Cloud to trunk

2010-04-14 Thread Yonik Seeley
Yes, it requires that Solr in general is compiled with Java6. We should make our lives easier and make Java6 a Solr requirement. Zookeeper requires Java6, and we also want Java6 for some of the scripting capabilities. -Yonik Apache Lucene Eurocon 2010 18-21 May 2010 | Prague On Wed, Apr 14,

Math Processing for Solr

2010-04-14 Thread mato
Hello everybody, I'm new to all this so I hope this isn't too noob a question and that it isn't very inappropriate here. I'm currently working on a indexing/searching application based on Apache Lucene core, that can process mathematical formulae in MathML format (which is extension to XML) and

GIT does not support empty directories

2010-04-14 Thread Lance Norskog
There are some empty directories in the Solr source tree, both in 1.4 and the trunk. example/work example/webapp example/logs Git does not support empty directories: https://git.wiki.kernel.org/index.php/GitFaq#Can_I_add_empty_directories.3F And so, when you check out from the Apache GIT