Re: Solr Logging

2008-05-02 Thread Chris Hostetter
FYI: I'm going to commit a minor list taboo and comment in a thread I'm not caught up on -- I wrote this on the plane based on some thoughts I had last night and this morning, and even though i don't have time to catch up with this thread, I wanted to put this information out there since i pro

[jira] Commented: (SOLR-509) Event Listeners called before request handlers are informed of SolrCore

2008-05-02 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593960#action_12593960 ] Koji Sekiguchi commented on SOLR-509: - I confirmed the fix. I like the second patch (uses

[jira] Created: (SOLR-558) Open indexes in read-only mode to avoid corruption

2008-05-02 Thread Lance Norskog (JIRA)
Open indexes in read-only mode to avoid corruption -- Key: SOLR-558 URL: https://issues.apache.org/jira/browse/SOLR-558 Project: Solr Issue Type: New Feature Components: update Af

[jira] Updated: (SOLR-509) Event Listeners called before request handlers are informed of SolrCore

2008-05-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-509: -- Attachment: SOLR-509-fix.patch Here's the latest version, which restores firstSearcher event handling to

Re: Solr Logging

2008-05-02 Thread David Smiley @MITRE.org
Ehh... I don't think anyone would say that "commons logging is such a great thing" in the first place. You'll find plenty of info to the contrary. Besides, JCL is targeted at reusable libraries / embedded things and Tomcat doesn't fit that and so it doesn't use it. ~ David Shalin Shekhar Manga

Re: Solr Logging

2008-05-02 Thread David Smiley @MITRE.org
> > [ ] Keep solr logging as is. (JUL) > [X] Convert solr logging to SLF4J -- View this message in context: http://www.nabble.com/Solr-Logging-tp16836646p17028119.html Sent from the Solr - Dev mailing list archive at Nabble.com.

Re: Solr Logging

2008-05-02 Thread Henrib
[ ] Keep solr logging as is. (JUL) [X] Convert solr logging to SLF4J -- View this message in context: http://www.nabble.com/Solr-Logging-tp16836646p17027714.html Sent from the Solr - Dev mailing list archive at Nabble.com.

[jira] Updated: (SOLR-509) Event Listeners called before request handlers are informed of SolrCore

2008-05-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-509: -- Attachment: SOLR-509-fix.patch This is one possible (untested) fix. I didn't test it because I'm looking

[jira] Reopened: (SOLR-509) Event Listeners called before request handlers are informed of SolrCore

2008-05-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reopened SOLR-509: --- Reopening... This patch introduced a bug that prevents the first searcher opened from ever being closed. I

Re: Solr Logging

2008-05-02 Thread Mike Klaas
On 2-May-08, at 11:50 AM, Mike Klaas wrote: On 2-May-08, at 10:14 AM, Ryan McKinley wrote: [ ] Keep solr logging as is. (JUL) [ ] Convert solr logging to SLF4J [ X ] Abstain I am not at all part of the java-enterprise-y world, and though as an outsider it strikes me as odd that that l

Re: Solr Logging

2008-05-02 Thread Mike Klaas
On 2-May-08, at 10:14 AM, Ryan McKinley wrote: [ ] Keep solr logging as is. (JUL) [ ] Convert solr logging to SLF4J [ X ] Abstain I am not at all part of the java-enterprise-y world, and though as an outsider it strikes me as odd that that logging implementation in the language's stdl

Re: Solr Logging

2008-05-02 Thread Grant Ingersoll
On May 2, 2008, at 1:14 PM, Ryan McKinley wrote: [ x ] Convert solr logging to SLF4J It won't be the end of it, though, as you have pointed out, the issue comes up every few weeks/months...

Re: Solr Logging

2008-05-02 Thread Ryan McKinley
In an effort to put this thread to rest with some sense of closure, perhaps we could take a poll of our options: [ ] Keep solr logging as is. (JUL) [ ] Convert solr logging to SLF4J I think the arguments for each option are: JUL: + it is standard and *should* work everywhere + no adde

Re: Solr Logging

2008-05-02 Thread Ryan McKinley
[ ] Keep solr logging as is. (JUL) [X] Convert solr logging to SLF4J

[jira] Created: (SOLR-557) Add SolrCore.getSearchComponents()

2008-05-02 Thread Grant Ingersoll (JIRA)
Add SolrCore.getSearchComponents() -- Key: SOLR-557 URL: https://issues.apache.org/jira/browse/SOLR-557 Project: Solr Issue Type: Improvement Reporter: Grant Ingersoll Assignee: Grant I

[jira] Updated: (SOLR-557) Add SolrCore.getSearchComponents()

2008-05-02 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-557: - Priority: Minor (was: Major) > Add SolrCore.getSearchComponents() > --

Re: logging through log4j (or better yet, SLF4J)

2008-05-02 Thread Henrib
Configuring JUL to fit your needs *requires* that you get people in charge of the container to cooperate. If you can not, you are screwed no matter what. Some of us are just not in a position to negotiate with them on this issue. -- View this message in context: http://www.nabble.com/logging-t

Re: Solr Logging

2008-05-02 Thread Grant Ingersoll
Yes, but why ship any libraries w/ Solr then? We should write HTTPClient for ourselves, as well as all the other dependencies. Class loader hell is at the very heart of Java and is just something we all deal with unless we go to OSGi (I'm told, anyway, but I don't know enough about it) or

lucene 2.3.2

2008-05-02 Thread Yonik Seeley
Solr seems happy with lucene 2.3.2, so I'll upgrade solr after it's released. -Yonik

[jira] Updated: (SOLR-556) Highlighting of multi-valued fields returns snippets which span multiple different values

2008-05-02 Thread Lars Kotthoff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Kotthoff updated SOLR-556: --- Attachment: solr-highlight-multivalued.patch Patch against SVN HEAD to treat multi valued fields like s

[jira] Created: (SOLR-556) Highlighting of multi-valued fields returns snippets which span multiple different values

2008-05-02 Thread Lars Kotthoff (JIRA)
Highlighting of multi-valued fields returns snippets which span multiple different values - Key: SOLR-556 URL: https://issues.apache.org/jira/browse/SOLR-556 Proj

Build failed in Hudson: Solr-trunk #428

2008-05-02 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/428/changes -- started Building remotely on lucene.zones.apache.org ERROR: svn: PROPFIND request failed on '/repos/asf/lucene/solr/trunk' svn: Connection timed out org.tmatesoft.svn.core.SVNException: