Re: Dependency on StAX Utils

2008-11-10 Thread Shalin Shekhar Mangar
Thanks for pointing this out. I just removed stax-utils from my local trunk, changed all instances of BaseXMLInputFactory.newInstance() to XMLInputFactory.newInstance() and ran test. All tests pass so I think we should be able to remove this jar from our list of dependencies. Anyhow, this change

[jira] Commented: (SOLR-741) Add support for rounding dates in DateField

2008-11-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646225#action_12646225 ] Noble Paul commented on SOLR-741: - An average user may not very familiar w/ Date Math syntax

[jira] Updated: (SOLR-842) Better error handling for DIH

2008-11-10 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-842: --- Attachment: SOLR-842.patch *Changes* # Changes to skip behavior in case of

[jira] Updated: (SOLR-822) CharFilter - normalize characters before tokenizer

2008-11-10 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-822: Attachment: SOLR-822.patch The patch includes: - '\u' style supported in mapping.txt -

[jira] Commented: (SOLR-840) BinaryResponseWriter does not handle nulls with shards as it does locally

2008-11-10 Thread ian connor (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646292#action_12646292 ] ian connor commented on SOLR-840: - HTTP ERROR: 500 parsing error

[jira] Updated: (SOLR-822) CharFilter - normalize characters before tokenizer

2008-11-10 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-822: Fix Version/s: 1.4 Assignee: Koji Sekiguchi Affects Version/s: 1.3 CharFilter

[jira] Updated: (SOLR-822) CharFilter - normalize characters before tokenizer

2008-11-10 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-822: Attachment: sample_mapping_ja.txt CharFilter - normalize characters before tokenizer

[jira] Commented: (SOLR-782) cleanup DIH code

2008-11-10 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646212#action_12646212 ] Shalin Shekhar Mangar commented on SOLR-782: Committed revision 712635. cleanup

[jira] Commented: (SOLR-840) BinaryResponseWriter does not handle nulls with shards as it does locally

2008-11-10 Thread ian connor (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646317#action_12646317 ] ian connor commented on SOLR-840: - java.lang.NumberFormatException: For input string:

[jira] Created: (SOLR-845) Solr 1.3.1 Release

2008-11-10 Thread Gunnar Wagenknecht (JIRA)
Solr 1.3.1 Release -- Key: SOLR-845 URL: https://issues.apache.org/jira/browse/SOLR-845 Project: Solr Issue Type: Wish Components: Analysis, clients - java, contrib - DataImportHandler, highlighter, search,

SOLR-139 and SOLR-828

2008-11-10 Thread Tricia Williams
Hi, I am just wondering what the status of these issues (SOLR-139 and SOLR-828) is for supporting updateable/modifiable documents. Specifically * Is anyone is clinging to an update of the SOLR-139 patch?

[jira] Commented: (SOLR-741) Add support for rounding dates in DateField

2008-11-10 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646407#action_12646407 ] Hoss Man commented on SOLR-741: --- bq. An average user may not very familiar w/ Date Math syntax

[jira] Updated: (SOLR-826) For the solr-ruby-refactoring movement

2008-11-10 Thread Matt Mitchell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Mitchell updated SOLR-826: --- Attachment: experiments.4.patch Added exception handling when querying or updating. * parses solr

[jira] Issue Comment Edited: (SOLR-826) For the solr-ruby-refactoring movement

2008-11-10 Thread Matt Mitchell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646459#action_12646459 ] mwmitchell edited comment on SOLR-826 at 11/10/08 7:56 PM: --

[jira] Commented: (SOLR-840) BinaryResponseWriter does not handle nulls with shards as it does locally

2008-11-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646460#action_12646460 ] Noble Paul commented on SOLR-840: - Thanks Ian So the problem is with the int field storing an

[jira] Commented: (SOLR-844) A SolrServer impl to front-end multiple urls

2008-11-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646463#action_12646463 ] Noble Paul commented on SOLR-844: - no probs. I'm sure that we do not use that internally ,

[jira] Commented: (SOLR-741) Add support for rounding dates in DateField

2008-11-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646464#action_12646464 ] Noble Paul commented on SOLR-741: - most of the users would just need a precision like thing

[jira] Updated: (SOLR-829) replication Compression

2008-11-10 Thread Akshay K. Ukey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay K. Ukey updated SOLR-829: Attachment: solr-829.patch Patch with following changes: Zip configuration parameter in

[jira] Issue Comment Edited: (SOLR-829) replication Compression

2008-11-10 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646478#action_12646478 ] shalinmangar edited comment on SOLR-829 at 11/10/08 9:45 PM: