[jira] Created: (SOLR-86) [PATCH] standalone updater cli based on httpClient

2006-12-18 Thread Thorsten Scherler (JIRA)
[PATCH]  standalone updater cli based on httpClient
---

 Key: SOLR-86
 URL: http://issues.apache.org/jira/browse/SOLR-86
 Project: Solr
  Issue Type: New Feature
  Components: update
Reporter: Thorsten Scherler


We need a cross platform replacement for the post.sh. 
The attached code is a direct replacement of the post.sh since it is actually 
doing the same exact thing.

In the future one can extend the CLI with other feature like auto commit, etc.. 
Right now the code assumes that SOLR-85 is applied since we using the servlet 
of this issue to actually do the update.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SOLR-86) [PATCH] standalone updater cli based on httpClient

2006-12-18 Thread Thorsten Scherler (JIRA)
[ 
http://issues.apache.org/jira/browse/SOLR-86?page=comments#action_12459385 ] 

Thorsten Scherler commented on SOLR-86:
---

Index: src/tools/updater/lib/commons-httpclient-3.0.1.jar
Index: src/tools/updater/lib/commons-codec-1.3.jar
Index: src/tools/updater/lib/commons-logging-1.1.jar
see http://jakarta.apache.org/commons/httpclient/dependencies.html for the 
download pages.

After applying the patch and adding above libs to src/tools/updater/lib you can 
install the updater with:
ant updater.jar
and follow the instructions given in this target.

 [PATCH]  standalone updater cli based on httpClient
 ---

 Key: SOLR-86
 URL: http://issues.apache.org/jira/browse/SOLR-86
 Project: Solr
  Issue Type: New Feature
  Components: update
Reporter: Thorsten Scherler
 Attachments: solr-86.diff


 We need a cross platform replacement for the post.sh. 
 The attached code is a direct replacement of the post.sh since it is actually 
 doing the same exact thing.
 In the future one can extend the CLI with other feature like auto commit, 
 etc.. 
 Right now the code assumes that SOLR-85 is applied since we using the servlet 
 of this issue to actually do the update.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [jira] Commented: (SOLR-85) [PATCH] Add update form to the admin screen

2006-12-18 Thread Walter Underwood
On 12/18/06 7:52 AM, Thorsten Scherler
[EMAIL PROTECTED] wrote:

 On Fri, 2006-12-15 at 11:16 -0800, Chris Hostetter wrote:
 : The next thing on my list is to write a small cli based on httpclient to
 : send the update docs as alternative of the post.sh.
 
 You may want to take a look at SOLR-20 and SOLR-30 ... those issues are
 first stabs at Java Client APIs for query/update which if cleaned up a bit
 could become the basis for your CLI.
 
 Hmm, I had a look at them but actually what I came up with is way
 smaller and more focused on the update part.
 
 https://issues.apache.org/jira/browse/SOLR-86
 
 It is a replacement of the post.sh not much more (yet).

I'll take a look at this. I also wrote my own, because
I had no idea that the Java client code existed.

wunder
-- 
Walter Underwood
Search Guru, Netflix




[jira] Resolved: (SOLR-59) Copy request parameters to Solr's response

2006-12-18 Thread Bertrand Delacretaz (JIRA)
 [ http://issues.apache.org/jira/browse/SOLR-59?page=all ]

Bertrand Delacretaz resolved SOLR-59.
-

Resolution: Fixed

Let's try my brand new Jira karma by resolving this...

 Copy request parameters to Solr's response
 --

 Key: SOLR-59
 URL: http://issues.apache.org/jira/browse/SOLR-59
 Project: Solr
  Issue Type: Improvement
Reporter: Bertrand Delacretaz
 Attachments: SOLR-59-20061024.patch, SOLR-59-20061102.patch, 
 SOLR-59-20061103.patch, SOLR-59-20061106-newfiles.tar.gz, 
 SOLR-59-20061106.patch, SOLR-59-20061213.patch, 
 SOLR-59-new-files-20061102.tar.gz


 This patch copies the request parameters (explicit ones only, not the 
 defaults) to Solr's XML output.
 It is not configurable yet, it is enabled by default and adds a 
 queryParameters list to the responseHeader:
 responseHeader
 status0/status
 QTime1/QTime
 lst name=queryParameters
 arr name=multi
 strred/str
 strblue/str
 /arr
 str name=rows10/str
 str name=start0/str
 str name=indenton/str
 str name=qsolr/str
 str name=stylesheet/
 str name=version2.1/str
 /lst
 /responseHeader
 The above example includes a multi-valued parameter, multi.
 This might still change a bit, but if someone wants to play with it or 
 improve it, here you go.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Bertrand's Jira perms

2006-12-18 Thread Bertrand Delacretaz

On 12/18/06, Erik Hatcher [EMAIL PROTECTED] wrote:

I've added bdelacretaz to the solr-developers group in JIRA...


Thanks, Ithe additional Jira functions work for me now.
-Bertrand