RE: Posting from Ant

2007-02-01 Thread Binkley, Peter
_ From: Thorsten Scherler [mailto:[EMAIL PROTECTED] Sent: Thu 2/1/2007 2:18 PM To: solr-user@lucene.apache.org Subject: Re: Posting from Ant On Thu, 2007-02-01 at 16:48 -0500, Erik Hatcher wrote: > The benefit to having a solution (now I'm beginning to > speak like a Rubyist, e

Re: Posting from Ant

2007-02-01 Thread Thorsten Scherler
.apache.org > > Subject: Fwd: Posting from Ant > > > > Ok, we have it on good authority that is the way to go > > for Ant > > -> POST -> Solr. > > > > Erik > > > > > > Begin forwarded message: > > > >> From: Ste

Re: Posting from Ant

2007-02-01 Thread Erik Hatcher
ary 1, 2007 8:34:33 AM EST To: Erik Hatcher <[EMAIL PROTECTED]> Subject: Re: Posting from Ant On 01/02/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: cool, thanks. it only posts a single file, it looks like, but i suppose the ant-contrib task would be the way to go to post a directory

RE: Posting from Ant

2007-02-01 Thread Binkley, Peter
d: Posting from Ant Ok, we have it on good authority that is the way to go for Ant -> POST -> Solr. Erik Begin forwarded message: > From: Steve Loughran <[EMAIL PROTECTED]> > Date: February 1, 2007 8:34:33 AM EST > To: Erik Hatcher <[EMAIL PROTECTED]> >

Re: Posting from Ant

2007-01-31 Thread Erik Hatcher
Good eye, Hoss! I meant to mention the task, but my Ant committership would have been revoked :) (just kidding, but it is controversial and this is why it doesn't exist in Ant itself). And you can, of course, always to curl or to Solr's example post.sh. Erik On Feb 1, 2007,

RE: Posting from Ant

2007-01-31 Thread Chris Hostetter
: I wondered about that file attribute too, but I think it's supposed to : call up a java properties file to set name-value pairs. And anyway it's the site you're looking at seems to have an older version of the ant-contrib modules ... if you look at the primary documentation it mentions a "rawFi

RE: Posting from Ant

2007-01-31 Thread Binkley, Peter
Erik wrote: The 'file' attribute might be able to do the trick, though I'm not quite sure from the description. I wondered about that file attribute too, but I think it's supposed to call up a java properties file to set name-value pairs. And anyway it's only a single file rather than a

Re: Posting from Ant

2007-01-31 Thread Erik Hatcher
On Jan 31, 2007, at 1:56 PM, Binkley, Peter wrote: Is there an Ant task out there somewhere that can POST bunches of files to Solr, doing what the post.sh script does but with filesets? Great question. And you'd think I'd be able to help, but alas I've not done this myself. I've found