[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-tabpanel&focusedCommentId=12729865#action_12729865 ] Robert Muir commented on SOLR-1266: --- Yonik, sure. I'll update AnalyzersTokenizersTokenFilt

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] 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

Re: SNMP monitoring

2009-07-10 Thread Development Team
Hi Chris, Good points. I originally thought of putting it in the JBoss section, however I thought it was important to stress that SNMP monitoring (which is part of "operations and production") can be done, with a footnote that it is done through SNMP. This is where tree-based documents fa

[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

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 meth

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 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 the XML I am injecting. > I am

Update Preprocessing

2009-07-10 Thread jonarino
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 the XML I am injecting. I am a little confused on where this is supposed to happen; whether as part of the UpdateRequestProc

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

2009-07-10 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729769#action_12729769 ] Kay Kay commented on SOLR-914: -- What I meant is (and others who had commented on the jira seem t

Build failed in Hudson: Solr-trunk #859

2009-07-10 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/859/changes Changes: [hossman] fix javadoc-all and make it less brittle to future changes in contrib libs [ehatcher] debug log when xpath entities are skipped, to aid in troubleshooting [ehatcher] javadoc grammar fix [ehatcher] SOLR-122

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

[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 Lanc

[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 committe

[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 mod

[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 Affect

[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] 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 lo

[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-tabpanel&focusedCommentId=12729592#action_12729592 ] Shalin Shekhar Mangar commented on SOLR-1129: - bq. should this go into 1.4 ? +

[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] 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 i

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 lib

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