Solr nightly build failure

2007-08-02 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build checkJunitPresence: compile-common: [mkdir] Created dir: /tmp/apache-solr-nightly/build/common [javac] Compiling 26 source files to /tmp/apache-solr-nightly/build/common [javac] Note: Some input files use

[jira] Updated: (SOLR-281) Search Components (plugins)

2007-08-02 Thread Sharad Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sharad Agarwal updated SOLR-281: Attachment: SOLR-281-SearchComponents.patch updatedprevious patch to work against trunk (r562043) >

Re: PHP Response Writer for Solr

2007-08-02 Thread Pieter Berkel
On 31/07/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > I'd be for refactors that wouldn't slow down the current JSON writer, > or increase it's memory footprint. > > As a specific example, if serializing something like Iterable, the > JSON writer should still be able to stream each element rather

Re: PHP Response Writer for Solr

2007-08-02 Thread Yonik Seeley
On 8/2/07, Pieter Berkel <[EMAIL PROTECTED]> wrote: > On 31/07/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > > > I'd be for refactors that wouldn't slow down the current JSON writer, > > or increase it's memory footprint. > > > > As a specific example, if serializing something like Iterable, the

FW: Logging in Solr Embedded

2007-08-02 Thread Stu Hood
-Original Message- From: Stu Hood <[EMAIL PROTECTED]> Sent: Wed, August 1, 2007 11:10 am To: [EMAIL PROTECTED] Subject: Logging in Solr Embedded Hello, I've been using Solr in an embedded situation, and its been working quite well. But as I've started scaling up the application, t

[jira] Created: (SOLR-324) solr can't perform sort by long field

2007-08-02 Thread Sergey Dryganets (JIRA)
solr can't perform sort by long field - Key: SOLR-324 URL: https://issues.apache.org/jira/browse/SOLR-324 Project: Solr Issue Type: Bug Components: search Environment: Windows XP SP2 J

[jira] Created: (SOLR-325) wrong highlighting when using full match query

2007-08-02 Thread Sergey Dryganets (JIRA)
wrong highlighting when using full match query -- Key: SOLR-325 URL: https://issues.apache.org/jira/browse/SOLR-325 Project: Solr Issue Type: Bug Components: search Affects Versions:

[jira] Commented: (SOLR-324) solr can't perform sort by long field

2007-08-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517325 ] Yonik Seeley commented on SOLR-324: --- This stems from lucene not being able to sort on a long field. As a workaround f

[jira] Commented: (SOLR-212) Embeddable class to call solr directly

2007-08-02 Thread damu liu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517346 ] damu liu commented on SOLR-212: --- That is great! > Embeddable class to call solr directly > -

[jira] Commented: (SOLR-315) when Add/Update with 50 fields, there are error code 500 response occasionally,

2007-08-02 Thread damu liu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517347 ] damu liu commented on SOLR-315: --- I find out the reason: My add xml has problem. there are fields like . > when Add/Updat

[jira] Updated: (SOLR-326) cleanup eclipse warnings

2007-08-02 Thread Paul Sundling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Sundling updated SOLR-326: --- Attachment: remove_unused_imports_patch.txt This should remove unused import eclipse warnings. > clean

[jira] Created: (SOLR-326) cleanup eclipse warnings

2007-08-02 Thread Paul Sundling (JIRA)
cleanup eclipse warnings Key: SOLR-326 URL: https://issues.apache.org/jira/browse/SOLR-326 Project: Solr Issue Type: Improvement Reporter: Paul Sundling Priority: Minor On default settings,

[jira] Commented: (SOLR-19) pom.xml to support maven2

2007-08-02 Thread Paul Sundling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517399 ] Paul Sundling commented on SOLR-19: --- It's been over a year since the last comment and Maven 2 has improved since then

RE: [jira] Updated: (SOLR-326) cleanup eclipse warnings

2007-08-02 Thread Sundling, Paul
So would it be useful to keep that JIRA open after the patch is submitted to allow ongoing patch submissions? Paul Sundling -Original Message- From: Paul Sundling (JIRA) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 4:24 PM To: solr-dev@lucene.apache.org Subject: [jira] Upda

[jira] Updated: (SOLR-196) A PHP response writer for Solr

2007-08-02 Thread Pieter Berkel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pieter Berkel updated SOLR-196: --- Attachment: SOLR-196-PHPResponseWriter.patch This patch updates the PHPResponseWriter original written