[jira] Commented: (SOLR-258) Date based Facets

2007-07-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515221 ] Hoss Man commented on SOLR-258: --- It is probably wise to explicitly check for (end start XOR gap 0) and return an

PHP Response Writer for Solr

2007-07-25 Thread Pieter Berkel
I've been using the proposed PHP response writer code from SOLR-196 (eval-able php code) and SOLR-275 (serialized php data) for some time now and would like to work towards getting these included in the main Solr distribution.

Build failed in Hudson: Solr-Nightly #153

2007-07-25 Thread hudson
See http://lucene.zones.apache.org:8080/hudson/job/Solr-Nightly/153/changes -- [...truncated 900 lines...] A client/ruby/solr-ruby/test/unit/field_test.rb AUclient/ruby/solr-ruby/test/unit/solr_mock_base.rb A

[jira] Updated: (SOLR-317) A XSLT stylesheet that pretty-prints out the response from the LukeRequestHandler

2007-07-25 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Peuss updated SOLR-317: -- Attachment: prettyluke.xsl SVG graphics tuning. A XSLT stylesheet that pretty-prints out the response

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-07-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515306 ] Yonik Seeley commented on SOLR-139: --- OOM still happens from the command line also after lucene updates to 2.2. Looks

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-07-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515424 ] Mike Klaas commented on SOLR-139: - Darn, you're right: writer.addDocument() is outside of the synchronized block. We

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-07-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515406 ] Yonik Seeley commented on SOLR-139: --- The locking logic for getStoredFields() is indeed flawed. closing the writer

[jira] Created: (SOLR-319) changes SynonymFilterFactory for N-gram tokenizer

2007-07-25 Thread Koji Sekiguchi (JIRA)
changes SynonymFilterFactory for N-gram tokenizer - Key: SOLR-319 URL: https://issues.apache.org/jira/browse/SOLR-319 Project: Solr Issue Type: Improvement Reporter: Koji Sekiguchi

[jira] Updated: (SOLR-319) changes SynonymFilterFactory for N-gram tokenizer

2007-07-25 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-319: Attachment: SOLR-319-UTF-8.patch The patch includes TestSynonymMap. To test SynonymMap, I removed

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-07-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515366 ] Yonik Seeley commented on SOLR-139: --- I disabled logging on all of org.apache.solr via a filter, and voila, OOM