RE: webapp_name in commit and optimize

2007-07-06 Thread Xuesong Luo
t: Re: webapp_name in commit and optimize It defaults to solr, are you specifying your webapp name when you invoke the program? usage: $prog [-h hostname] [-p port] [-u username] [-U url] [-v] [-V] ... -w specify name of Solr webapp (defaults to solr) Xuesong Luo wrote:

RE: webapp_name in commit and optimize

2007-07-06 Thread Xuesong Luo
t: RE: webapp_name in commit and optimize : I'm using 1.2, yes, it adds a webapps_name option, but it's never used : in the commit/optimizer. uh are you sure you are using 1.2? http://svn.apache.org/viewvc/lucene/solr/tags/release-1.2.0/src/scripts/ commit?view=markup http://svn.apache.or

RE: webapp_name in commit and optimize

2007-07-06 Thread Chris Hostetter
: I'm using 1.2, yes, it adds a webapps_name option, but it's never used : in the commit/optimizer. uh are you sure you are using 1.2? http://svn.apache.org/viewvc/lucene/solr/tags/release-1.2.0/src/scripts/commit?view=markup http://svn.apache.org/viewvc/lucene/solr/tags/release-1.2.0/src/sc

Re: webapp_name in commit and optimize

2007-07-06 Thread Tobin Cataldo
_name option, but it's never used in the commit/optimizer. -Original Message- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 10:32 AM To: solr-user@lucene.apache.org Subject: Re: webapp_name in commit and optimize : but not used. It always uses solr

RE: webapp_name in commit and optimize

2007-07-06 Thread Xuesong Luo
I'm using 1.2, yes, it adds a webapps_name option, but it's never used in the commit/optimizer. -Original Message- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 10:32 AM To: solr-user@lucene.apache.org Subject: Re: webapp_name in commit and optimi

Re: webapp_name in commit and optimize

2007-07-06 Thread Chris Hostetter
: but not used. It always uses solr as the web app name. optimize has the : same problem. Is this a known bug? which version of Solr are you using? 1.2 added a new webapps_name option. -Hoss

webapp_name in commit and optimize

2007-07-06 Thread Xuesong Luo
Hi, I deployed solr web app with a different name then found commit does not work. When I looked at the code, I saw variable webapp_name is populated but not used. It always uses solr as the web app name. optimize has the same problem. Is this a known bug? Wrong: rs=`curl http://${solr_hostname}