Re: svn commit: r547493 - in /lucene/solr/trunk: ./ src/java/org/apache/solr/common/ src/java/org/apache/solr/schema/ src/java/org/apache/solr/update/ src/test/org/apache/solr/common/

2007-06-15 Thread Chris Hostetter
Ryan: independent of the javadoc comment on loadStoredFields about it possibly being refactored somwhere else, the build method doesn't really match the semantics of the DocumentBuilder class. i think i commented in SOLR-193 that it didn't belove in DOcumentBuilder, i realize now that it's there

clover and hudson (and jetty) -- was Re: [jira] Commented: (SOLR-143) Support for PMD and Clover

2007-06-15 Thread Chris Hostetter
: It might be best to just pursue the clover integration separately from since the biggest benefit of clover is likely to be modifying the nightly build to run it, and since we (may) have a problem with the nightly.sh script and the new unit tests ryan wrote that run jetty, perhaps now is a good

[jira] Commented: (SOLR-143) Support for PMD and Clover

2007-06-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505426 ] Hoss Man commented on SOLR-143: --- 1) i never got a chance to look into the license issues of including the XSLT for forma

[jira] Updated: (SOLR-176) Add detailed timing data to query response output

2007-06-15 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-176: Attachment: dtiming.patch added javadocs for RTimer.java, and removed a superfluous line from SRH.java > Add

[jira] Commented: (SOLR-176) Add detailed timing data to query response output

2007-06-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505397 ] Ryan McKinley commented on SOLR-176: > > Might it then make sense to wait until the search component thing is done

[jira] Commented: (SOLR-176) Add detailed timing data to query response output

2007-06-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505395 ] Ryan McKinley commented on SOLR-176: Will's RequesthandlerBase.patch addition is simple, straightforward, useful -

[jira] Commented: (SOLR-176) Add detailed timing data to query response output

2007-06-15 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505393 ] Mike Klaas commented on SOLR-176: - Might it then make sense to wait until the search component thing is done? Auto-ti

[jira] Updated: (SOLR-176) Add detailed timing data to query response output

2007-06-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-176: --- Attachment: dtiming.patch * applies with trunk. * added timing info to StandardRequestHandler I think

[jira] Commented: (SOLR-143) Support for PMD and Clover

2007-06-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505372 ] Ryan McKinley commented on SOLR-143: what do you think about including this soon? With all the recent changes, it

Re: [jira] Resolved: (SOLR-20) A simple Java client for updating and searching

2007-06-15 Thread Ryan McKinley
Just to be clean, you can (and should) keep using 1.2 for the solr server; but solrj is only in the trunk (1.3) branch. John Stewart wrote: Aha, 1.3. Thanks, I'm using 1.2. jds On 6/15/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: after running "ant dist" you will need: apache-solr-1.3

Re: [jira] Resolved: (SOLR-20) A simple Java client for updating and searching

2007-06-15 Thread John Stewart
Aha, 1.3. Thanks, I'm using 1.2. jds On 6/15/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: after running "ant dist" you will need: apache-solr-1.3-dev-common.jar apache-solr-1.3-dev-solrj.jar solrj-lib/*.jar John Stewart wrote: > Hi Ryan, > > Forgive me if this is a newbie question.

Re: [jira] Resolved: (SOLR-20) A simple Java client for updating and searching

2007-06-15 Thread Ryan McKinley
after running "ant dist" you will need: apache-solr-1.3-dev-common.jar apache-solr-1.3-dev-solrj.jar solrj-lib/*.jar John Stewart wrote: Hi Ryan, Forgive me if this is a newbie question. I just pulled solrj out of the main solr trunk. There's a dependency on import org.apache.solr.commo

Re: [jira] Resolved: (SOLR-20) A simple Java client for updating and searching

2007-06-15 Thread John Stewart
Hi Ryan, Forgive me if this is a newbie question. I just pulled solrj out of the main solr trunk. There's a dependency on import org.apache.solr.common.util.NamedList. I can't find this class. There's a import org.apache.util.NamedList, but not a package called common. Thanks, jds On 6/15/

[jira] Commented: (SOLR-205) SolrSharp - a C# client API for Solr

2007-06-15 Thread Jeff Rodenburg (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505363 ] Jeff Rodenburg commented on SOLR-205: - The Example application includes some code for delete by query, but it is c

[jira] Commented: (SOLR-205) SolrSharp - a C# client API for Solr

2007-06-15 Thread ms (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505361 ] ms commented on SOLR-205: - Jeff- I will check the code at the link you provided. However, looking at the Examples, I do not s

Re: Solr nightly build failure

2007-06-15 Thread Chris Hostetter
: > [junit] Test org.apache.solr.client.solrj.embedded.TestJettySolrRunner FAILED : > : : Is there any way to see what error it failed with? ant test-reports i was going to say you can find them on people.apache.org in the /tmp directory .. but it looks like the nightly.sh is actualy runnin

[jira] Commented: (SOLR-205) SolrSharp - a C# client API for Solr

2007-06-15 Thread Jeff Rodenburg (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505340 ] Jeff Rodenburg commented on SOLR-205: - There was a bug in DeleteIndexDocument, which has been updated. Deleting by

[jira] Updated: (SOLR-236) Field collapsing

2007-06-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-236: --- Attachment: SOLR-236-FieldCollapsing.patch No real changes. Updated to apply with trunk. Moved the val

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

2007-06-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-139: --- Attachment: SOLR-139-IndexDocumentCommand.patch updated with trunk > Support updateable/modifiable doc

[jira] Resolved: (SOLR-20) A simple Java client for updating and searching

2007-06-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-20. --- Resolution: Fixed Added to trunk... any new problems should get their own issue. > A simple Java clien

[jira] Commented: (SOLR-20) A simple Java client for updating and searching

2007-06-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505313 ] Ryan McKinley commented on SOLR-20: --- solr 1.2 was released ~1 week ago so the next official stable release is at leas

[jira] Commented: (SOLR-20) A simple Java client for updating and searching

2007-06-15 Thread Michael Young (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505304 ] Michael Young commented on SOLR-20: --- We are planning to replace our custom Lucene implementation with Solr in the nex

[jira] Updated: (SOLR-225) Allow pluggable Highlighting classes -- Formatters and Fragmenters

2007-06-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-225: --- Attachment: SOLR-225+260-HighlightPlugins.patch This uses SOLR-260 general plugin loader to load highli

Re: Solr nightly build failure

2007-06-15 Thread Ryan McKinley
[junit] Test org.apache.solr.client.solrj.embedded.TestJettySolrRunner FAILED Is there any way to see what error it failed with? ant test-reports hudson seems to have built fine: http://lucene.zones.apache.org:8080/hudson/job/Solr-Nightly/112/ This is the test that starts jetty (on po

Re: Multiple indexes/cores (aka solr-215) functional value?

2007-06-15 Thread Yonik Seeley
On 6/15/07, Henrib <[EMAIL PROTECTED]> wrote: The idea of the multiple core/indexes feature has been discussed in many threads and it seems/seemed it has/had some functional value; how do we ensure this value is generic enough for the issue (& patch) to ever be solved? More importantly, is there

Fwd: Call for Papers Opens for OS Summit Asia 2007

2007-06-15 Thread Erik Hatcher
Begin forwarded message: From: J Aaron Farr <[EMAIL PROTECTED]> Call for Papers Opens for OS Summit Asia 2007 The call for papers is now open for OS Summit Asia, to be held November 26-30 at the Cyberport in Hong Kong. This joint conference between the Apache Software Foundation and the Ecl

Multiple indexes/cores (aka solr-215) functional value?

2007-06-15 Thread Henrib
The idea of the multiple core/indexes feature has been discussed in many threads and it seems/seemed it has/had some functional value; how do we ensure this value is generic enough for the issue (& patch) to ever be solved? More importantly, is there an issue in the first place? For all use cas

Solr nightly build failure

2007-06-15 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 24 source files to /tmp/apache-solr-nightly/build/common [javac] Note: /tmp/apache-solr-nig

[jira] Commented: (SOLR-255) RemoteSearchable for Solr(use RMI)

2007-06-15 Thread Toru Matsuzawa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505078 ] Toru Matsuzawa commented on SOLR-255: - My implementation is as follows. client --> Solr instance +/data/index