Solr nightly build failure

2009-07-10 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 83 source files to /tmp/apache-solr-nightly/build/solrj

Build failed in Hudson: Solr-trunk #858

2009-07-10 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/858/changes Changes: [hossman] Fix LukeRequestHandler so it doesn't rely on SolrQueryParser and report incorrect stats when field names contain special characters [hossman] there are rumblings about new code to make it possible to use

[jira] Resolved: (SOLR-1255) An attempt to visit the replication admin page when its not a defined handler should display an approp message

2009-07-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-1255. -- Resolution: Fixed committed r792861 thanks Mark An attempt to visit the replication admin page when

[jira] Assigned: (SOLR-1255) An attempt to visit the replication admin page when its not a defined handler should display an approp message

2009-07-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-1255: Assignee: Noble Paul An attempt to visit the replication admin page when its not a defined handler

[jira] Commented: (SOLR-1129) SolrJ cannot bind dynamic fields to beans

2009-07-10 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12729592#action_12729592 ] Shalin Shekhar Mangar commented on SOLR-1129: - bq. should this go into 1.4 ?

[jira] Updated: (SOLR-914) Presence of finalize() in the codebase

2009-07-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-914: Attachment: SOLR-914.patch all the finalize () methods check once if the object is already closed. if not

[jira] Resolved: (SOLR-1191) NullPointerException in delta import

2009-07-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-1191. -- Resolution: Fixed this should have been fixed in the trunk as a result of SOLR-1228 we can reopen this

[jira] Created: (SOLR-1271) Stopwords search with function query(_val_) in Solr

2009-07-10 Thread arvind (JIRA)
Stopwords search with function query(_val_) in Solr --- Key: SOLR-1271 URL: https://issues.apache.org/jira/browse/SOLR-1271 Project: Solr Issue Type: Bug Components: search

[jira] Updated: (SOLR-1271) Stopwords search with function query(_val_) in Solr

2009-07-10 Thread arvind (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] arvind updated SOLR-1271: - Description: Consider the following cases : q=stopword1+stopword2 gives no results which is correct Now, if we

[jira] Updated: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-07-10 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-1229: --- Attachment: SOLR-1229.patch Latest patch (adapted by Lance). All tests pass and this will be

[jira] Resolved: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-07-10 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-1229. Resolution: Fixed Assignee: Erik Hatcher (was: Noble Paul) Committed to r792963. Thanks

Re: Build failed in Hudson: Solr-trunk #858

2009-07-10 Thread Chris Hostetter
My bad ... even though the download directory wasn't used in clustering anymore, the main build.xml wsa still loking for it to build javadocs. i've got a patch ready to fix this, just waiting on ant clean nightly to make sure i didn't cause any other build glitches : Date: Fri, 10 Jul 2009

Re: Update Preprocessing

2009-07-10 Thread Mark Miller
Please don't cross post questions. On Fri, Jul 10, 2009 at 6:52 PM, jonarino jonathan.h...@verizonwireless.com wrote: I am investigating the possibilities of preprocessing my data before it is indexed. Specifically, I would like to add fields or modify field values based on other fields in

Re: svn commit: r792861 - in /lucene/solr/trunk/src: java/org/apache/solr/core/RequestHandlers.java java/org/apache/solr/core/SolrCore.java webapp/web/admin/index.jsp webapp/web/admin/replication/head

2009-07-10 Thread Chris Hostetter
Dude you've got to at least run ant test before you commit ... TestWriterPerf can't even compile now. This breaks anyone that was explicitly passing null to the existing getRequestHandler(String) method (like TestWriterPerf) ... but besides that it also seems really weird to have a

[jira] Resolved: (SOLR-1266) WordDelimiterFilter: option to disable english possessive stemming

2009-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1266. Resolution: Fixed Fix Version/s: 1.4 Robert - back compatibility is always appreciated :-) I

[jira] Reopened: (SOLR-1255) An attempt to visit the replication admin page when its not a defined handler should display an approp message

2009-07-10 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened SOLR-1255: I'm reopening the issue because the changes made so far seem like they are incomplete. But I'm not personally

Hudson build is back to normal: Solr-trunk #860

2009-07-10 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/860/changes

[jira] Commented: (SOLR-1266) WordDelimiterFilter: option to disable english possessive stemming

2009-07-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12729865#action_12729865 ] Robert Muir commented on SOLR-1266: --- Yonik, sure. I'll update