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

2007-05-29 Thread Ben Incani (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499730 ] Ben Incani commented on SOLR-20: The SolrClientImpl does not implement the following optional attributes for add as

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

2007-05-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499831 ] Ryan McKinley commented on SOLR-20: --- Hi Ben- Thanks for the patch. Will Johnson added the options to the java

[jira] Commented: (SOLR-238) [Patch] The tutorial on our website is against trunk which causes confusion by user

2007-05-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499844 ] Yonik Seeley commented on SOLR-238: --- This document is for Apache Solr version 1.1.2007.05.29.11.45.13 That isn't the

[jira] Commented: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-29 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499843 ] Will Johnson commented on SOLR-240: --- i get the stacktrace below with the latest from head with useNativeLocks turned

ready for release 1.2

2007-05-29 Thread Yonik Seeley
It looks to me like we're ready to cut a release. I've tried out Solr on the latest versions of Tomcat/Jetty/Resin... everything looks good. SOLR-238 is about the only other thing to commit AFAIK (and it's optional). I don't think we need to include the clients directory at this point...Solr

Re: ready for release 1.2

2007-05-29 Thread Ryan McKinley
Excellent! What are your final thoughts on the NIO issues in SOLR-128? Should we change: New class=org.mortbay.jetty.nio.SelectChannelConnector to: New class=org.mortbay.jetty.bio.SocketConnector or was it just a python client error? Yonik Seeley wrote: It looks to me like we're ready

Re: ready for release 1.2

2007-05-29 Thread Yonik Seeley
On 5/29/07, Ryan McKinley [EMAIL PROTECTED] wrote: What are your final thoughts on the NIO issues in SOLR-128? Should we change: New class=org.mortbay.jetty.nio.SelectChannelConnector to: New class=org.mortbay.jetty.bio.SocketConnector Since it looks like it makes a big difference for

Re: ready for release 1.2

2007-05-29 Thread Ryan McKinley
Yonik Seeley wrote: On 5/29/07, Ryan McKinley [EMAIL PROTECTED] wrote: What are your final thoughts on the NIO issues in SOLR-128? Should we change: New class=org.mortbay.jetty.nio.SelectChannelConnector to: New class=org.mortbay.jetty.bio.SocketConnector Since it looks like it makes a

Re: ready for release 1.2

2007-05-29 Thread Erik Hatcher
+1, thanks Yonik! Yeah, the clients directory is still a work in progress. Eventually Flare will be worth distributing with a release, but even then most folks would want it to be installed from a plugin repository (or svn directly). Same with the solr-ruby code, which is already

Re: svn commit: r542461 - in /lucene/solr/trunk/src/java/org/apache/solr: schema/IndexSchema.java update/DirectUpdateHandler.java update/UpdateHandler.java

2007-05-29 Thread Chris Hostetter
: Now, the only status codes set in SolrExceptions are valid HTTP status codes: : 500 : 400 : 503 : 404 should we deprecate the current SolrException constructor and add one that uses an enumeration of legal HTTP status codes ... that way we can eventually eliminate the current usage of int

[jira] Resolved: (SOLR-128) Include Newer version of Jetty

2007-05-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-128. Resolution: Fixed Fix Version/s: 1.2 will be included in solr1.2 Include Newer version of

Re: svn commit: r542461 - in /lucene/solr/trunk/src/java/org/apache/solr: schema/IndexSchema.java update/DirectUpdateHandler.java update/UpdateHandler.java

2007-05-29 Thread Ryan McKinley
Chris Hostetter wrote: : Now, the only status codes set in SolrExceptions are valid HTTP status codes: : 500 : 400 : 503 : 404 should we deprecate the current SolrException constructor and add one that uses an enumeration of legal HTTP status codes ... that way we can eventually eliminate

[jira] Commented: (SOLR-238) [Patch] The tutorial on our website is against trunk which causes confusion by user

2007-05-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499882 ] Hoss Man commented on SOLR-238: --- This document is for Apache Solr version 1.1.2007.05.29.11.45.13 That isn't the most

Re: svn commit: r542461 - in /lucene/solr/trunk/src/java/org/apache/solr: schema/IndexSchema.java update/DirectUpdateHandler.java update/UpdateHandler.java

2007-05-29 Thread Chris Hostetter
: should we deprecate the current SolrException constructor and add one that : uses an enumeration of legal HTTP status codes ... that way we can : eventually eliminate the current usage of int and get compile time : assurances that we only generate legal HTTP status codes. : : : I like

[jira] Commented: (SOLR-238) [Patch] The tutorial on our website is against trunk which causes confusion by user

2007-05-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499887 ] Yonik Seeley commented on SOLR-238: --- I'm for committing this as-is, unless there are some other tweaks you want to

[jira] Resolved: (SOLR-238) [Patch] The tutorial on our website is against trunk which causes confusion by user

2007-05-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-238. --- Resolution: Fixed Fix Version/s: 1.2 Committed revision 542626. Website_Update_HOWTO and HowToRelease

[jira] Created: (SOLR-249) deprecate SolrException( int, ... ) in favor of SolrException( enum, ... )

2007-05-29 Thread Ryan McKinley (JIRA)
deprecate SolrException( int, ... ) in favor of SolrException( enum, ... ) -- Key: SOLR-249 URL: https://issues.apache.org/jira/browse/SOLR-249 Project: Solr Issue

Re: Commented: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Jason Cater
Mike, I've had my solr.py in production use internally for about a month now. So, as you can imagine, I've worked through a few oddball bugs that occasionally pop up. It seems pretty stable for me. I'm planning to upload a new file attachment to this issue containing my changes, plus

[jira] Assigned: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas reassigned SOLR-216: --- Assignee: Mike Klaas Improvements to solr.py --- Key: SOLR-216

[jira] Work started: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-216 started by Mike Klaas. Improvements to solr.py --- Key: SOLR-216 URL:

[jira] Commented: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499913 ] Mike Klaas commented on SOLR-216: - On 29-May-07, at 12:41 PM, Jason Cater wrote: I've had my solr.py in production

Re: Commented: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Mike Klaas
[reposting to solr-dev as JIRA destroyed my quoting...] On 29-May-07, at 12:41 PM, Jason Cater wrote: I've had my solr.py in production use internally for about a month now. So, as you can imagine, I've worked through a few oddball bugs that occasionally pop up. It seems pretty stable for

[jira] Commented: (SOLR-215) Multiple Solr Cores

2007-05-29 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499919 ] Otis Gospodnetic commented on SOLR-215: --- Henri - I'm starting to ook at this. I see a lot of space changes in

[jira] Commented: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499922 ] Mike Klaas commented on SOLR-216: - I just noticed that I changed my own python query code to POST from GET two months

[jira] Commented: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Walter Underwood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499923 ] Walter Underwood commented on SOLR-216: --- GET is the right semantic for a query, since it doesn't change the

[jira] Commented: (SOLR-249) deprecate SolrException( int, ... ) in favor of SolrException( enum, ... )

2007-05-29 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499939 ] Otis Gospodnetic commented on SOLR-249: --- Looks good to me after UNAVALIABLE - UNAVAILABLE deprecate

[jira] Updated: (SOLR-249) deprecate SolrException( int, ... ) in favor of SolrException( enum, ... )

2007-05-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-249: --- Attachment: SOLR-249-EnumErrorCode.patch oh spelling... deprecate SolrException( int, ... ) in favor

[jira] Commented: (SOLR-249) deprecate SolrException( int, ... ) in favor of SolrException( enum, ... )

2007-05-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499945 ] Yonik Seeley commented on SOLR-249: --- +1 for committing deprecate SolrException( int, ... ) in favor of

[jira] Resolved: (SOLR-249) deprecate SolrException( int, ... ) in favor of SolrException( enum, ... )

2007-05-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-249. Resolution: Fixed Fix Version/s: 1.2 deprecate SolrException( int, ... ) in favor of

[jira] Updated: (SOLR-84) New Solr logo?

2007-05-29 Thread Steve Stedman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Stedman updated SOLR-84: -- Attachment: sslogo-solr-flare.jpg New Solr logo? -- Key: SOLR-84

[jira] Updated: (SOLR-84) New Solr logo?

2007-05-29 Thread Steve Stedman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Stedman updated SOLR-84: -- Attachment: sslogo-solr2.jpg Here's yet another variation [sslogo-solr2] (BTW, disregard the black

[jira] Updated: (SOLR-84) New Solr logo?

2007-05-29 Thread Steve Stedman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Stedman updated SOLR-84: -- Attachment: sslogo-solr2-flare.jpg New Solr logo? -- Key: SOLR-84

[jira] Commented: (SOLR-84) New Solr logo?

2007-05-29 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500024 ] Otis Gospodnetic commented on SOLR-84: -- I still like #7 the best. #10's ( sslogo-solr-flare.jpg ) flame is cool,

[jira] Commented: (SOLR-84) New Solr logo?

2007-05-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500025 ] Ryan McKinley commented on SOLR-84: --- I like #10 I asked Juan (#3) to take another look... results are interesting,

[jira] Updated: (SOLR-84) New Solr logo?

2007-05-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-84: -- Attachment: (was: solr.jpg) New Solr logo? -- Key: SOLR-84

[jira] Updated: (SOLR-84) New Solr logo?

2007-05-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-84: -- Attachment: (was: sslogo-solr.jpg) New Solr logo? -- Key: SOLR-84

Re: ready for release 1.2

2007-05-29 Thread Chris Hostetter
: everything looks good license-wise to me. I forgot LICENSE.txt has info on all the licenses involved (i thought that was just suppose to be ASL and the dependency licenses were all listed in NOTICES.txt) LICENSE.txt still refers to Jetty 5.1, and the new easymock info has no newlines.

[jira] Commented: (SOLR-84) New Solr logo?

2007-05-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500030 ] Ryan McKinley commented on SOLR-84: --- Oops, deleting files renames the numbering - the #7 that Otis and I pointed to

Re: ready for release 1.2

2007-05-29 Thread Ryan McKinley
Chris Hostetter wrote: : everything looks good license-wise to me. I forgot LICENSE.txt has info on all the licenses involved (i thought that was just suppose to be ASL and the dependency licenses were all listed in NOTICES.txt) LICENSE.txt still refers to Jetty 5.1, updated in rev 542755

Re: ready for release 1.2

2007-05-29 Thread Yonik Seeley
On 5/30/07, Ryan McKinley [EMAIL PROTECTED] wrote: Chris Hostetter wrote: : everything looks good license-wise to me. I forgot LICENSE.txt has info on all the licenses involved (i thought that was just suppose to be ASL and the dependency licenses were all listed in NOTICES.txt)