Re: what's up with: java -Ddata=args -jar post.jar optimize/

2008-03-20 Thread Bill Au
What messages do you see in your log file? Bill On Wed, Mar 19, 2008 at 3:15 PM, [EMAIL PROTECTED] wrote: Hi, I'm a new Solr user. I figured my way around Solr just fine (I think) ... I can index and search ets. And so far I have indexed over 300k documents. What I can't figure out

Re: what's up with: java -Ddata=args -jar post.jar optimize/

2008-03-20 Thread John
new fields to support my data type. -JM -Original Message- From: Bill Au [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thu, 20 Mar 2008 8:58 am Subject: Re: what's up with: java -Ddata=args -jar post.jar optimize/ What messages do you see in your log file? Bill On Wed, Mar

Re: what's up with: java -Ddata=args -jar post.jar optimize/

2008-03-20 Thread Yonik Seeley
On Wed, Mar 19, 2008 at 3:15 PM, [EMAIL PROTECTED] wrote: What I'm finding is that I have to do it twice in order for the files to be optimized ... i.e.: the first post takes 3-4 minutes but leaves the file count as is at 44 ... the second post takes 2-3 seconds but shrinks the file count

Re: what's up with: java -Ddata=args -jar post.jar optimize/

2008-03-20 Thread John
Subject: Re: what's up with: java -Ddata=args -jar post.jar optimize/ On Wed, Mar 19, 2008 at 3:15 PM, [EMAIL PROTECTED] wrote: What I'm finding is that I have to do it twice in order for the files to be optimized ... i.e.: the first post takes 3-4 minutes but leaves the file count as is at 44

Re: what's up with: java -Ddata=args -jar post.jar optimize/

2008-03-20 Thread Yonik Seeley
On Thu, Mar 20, 2008 at 10:55 AM, John [EMAIL PROTECTED] wrote: Yep, I'm on Windows ... so if it can't delete the old files, shouldn't a restart of Solr do the trick?? i.e. the files are no longer locked by Windows ... so they can now be deleted when Solr exits ... I tried it and didn't see

Re: what's up with: java -Ddata=args -jar post.jar optimize/

2008-03-20 Thread John
Thanks Yonik.? Now that I understand it ... i'm not worried about it.? :) -JM -Original Message- From: Yonik Seeley [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thu, 20 Mar 2008 11:19 am Subject: Re: what's up with: java -Ddata=args -jar post.jar optimize/ On Thu, Mar

what's up with: java -Ddata=args -jar post.jar optimize/

2008-03-19 Thread johnmunir
Hi, I'm a new Solr user. I figured my way around Solr just fine (I think) ... I can index and search ets. And so far I have indexed over 300k documents. What I can't figure out is the following. I'm using: ??? java -Ddata=args -jar post.jar optimize/ to post an optimize command. What