RE: Build failed in Hudson: Solr-trunk #356

2008-02-25 Thread Chris Hostetter
: @Hossman: : You should set a higher value for the timeout in : CacheHeaderTestBase.java (line 72). 5ms might be too short for a busy : server. done ... it would be nice if all of these tests that spin up a server had used a common test utility class for generating the CommonsHttpSolrServer

[jira] Created: (SOLR-486) Support binary formats for QueryresponseWriter

2008-02-25 Thread Noble Paul (JIRA)
Support binary formats for QueryresponseWriter -- Key: SOLR-486 URL: https://issues.apache.org/jira/browse/SOLR-486 Project: Solr Issue Type: Improvement Components: clients - java,

[jira] Commented: (SOLR-486) Support binary formats for QueryresponseWriter

2008-02-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12572024#action_12572024 ] Noble Paul commented on SOLR-486: - Without breaking the existing stuff we can add another

[jira] Created: (SOLR-487) Add configuration option for maxDocBytesToAnalyze to solr-config.xml

2008-02-25 Thread Tomer Gabel (JIRA)
Add configuration option for maxDocBytesToAnalyze to solr-config.xml Key: SOLR-487 URL: https://issues.apache.org/jira/browse/SOLR-487 Project: Solr Issue Type: New

[jira] Updated: (SOLR-487) Add configuration option for maxDocBytesToAnalyze to solr-config.xml

2008-02-25 Thread Tomer Gabel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomer Gabel updated SOLR-487: - Attachment: maxdocsize.SolrConfig.patch Patch to default solr-config.xml (based on Solr 1.2.0) to add the

[jira] Created: (SOLR-488) Solr does not generate highlights when uniqueId field is not defined in the schema

2008-02-25 Thread Tomer Gabel (JIRA)
Solr does not generate highlights when uniqueId field is not defined in the schema -- Key: SOLR-488 URL: https://issues.apache.org/jira/browse/SOLR-488 Project: Solr

[jira] Updated: (SOLR-487) Add configuration option for maxDocBytesToAnalyze to solr-config.xml

2008-02-25 Thread Tomer Gabel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomer Gabel updated SOLR-487: - Attachment: maxdocsize.HighlightingUtils.patch Patch to HighlightingUtils.java (based on Solr 1.2.0) to

[jira] Commented: (SOLR-350) Manage Multiple SolrCores

2008-02-25 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12572080#action_12572080 ] Henri Biestro commented on SOLR-350: Otis, reading your requirements, I'd be considering

Re: Spell checking ?'s

2008-02-25 Thread Sean Timm
As I don't work for Google, I can only guess. :-) When they think that you have spelled something incorrectly, they seem to also search for what they deem to be the correct spelling. In this particular case, there are two Abdur Chowdhury's of some fame. One is the IR scientist, the other is

[jira] Updated: (SOLR-489) Added @deprecation Javadoc comments

2008-02-25 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-489: --- Attachment: deprecationDocumentation.patch Adds @deprecation comments to many of the files where they are

[jira] Updated: (SOLR-303) Distributed Search over HTTP

2008-02-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-303: -- Attachment: distributed.patch New patch: - test framework using multiple embedded jetty servers that

[jira] Updated: (SOLR-487) Add configuration option for maxDocBytesToAnalyze to solr-config.xml

2008-02-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-487: Assignee: Mike Klaas Add configuration option for maxDocBytesToAnalyze to solr-config.xml

[jira] Closed: (SOLR-487) Add configuration option for maxDocBytesToAnalyze to solr-config.xml

2008-02-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas closed SOLR-487. --- Add configuration option for maxDocBytesToAnalyze to solr-config.xml

[jira] Resolved: (SOLR-487) Add configuration option for maxDocBytesToAnalyze to solr-config.xml

2008-02-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-487. - Resolution: Fixed Thanks for the patch, but this functionality is already in trunk (1.3).

[jira] Commented: (SOLR-488) Solr does not generate highlights when uniqueId field is not defined in the schema

2008-02-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12572312#action_12572312 ] Mike Klaas commented on SOLR-488: - Thanks for the patch! Tomer, I just tested this scenario

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-02-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: SOLR-486.patch This patch can add support for binary formats. Support binary formats for