Re: Using solr on windows

2007-02-14 Thread Chris Hostetter
: It'd be cool to have a Windows (or Java) version of post.sh, as IIUC : this is the only thing that prevents Windows users from trying Solr in : 10 minutes. If someone wants to write that I'm sure we'd be happy to : integrate it in the codebase. I'll try to clean up and commit SOLR-86 sometime t

Re: Using solr on windows

2007-02-14 Thread Yonik Seeley
On 2/14/07, Kainth, Sachin <[EMAIL PROTECTED]> wrote: Hi all, I'm new to solr. I've just installed it and am trying to run the example. The problem is that the tutorial seems to suggest that you need Unix to run solr. Did you skip over the "requirements" section in the tutorial? ;-) ''' On

Re: Using solr on windows

2007-02-14 Thread Walter Lewis
Erik Hatcher wrote: Cygwin needs curl installed. It should be fairly easy to select that and have it installed. It's been a while since I've used cygwin, but I do recall a list of packages to install. I would just note that, while the examples as designed around Cygwin, it is by no means a d

Re: Using solr on windows

2007-02-14 Thread Erik Hatcher
On Feb 14, 2007, at 6:34 AM, Kainth, Sachin wrote: Thanks for the replies, I have now tried using cygwin and the result was this: Posting file C:\apache-solr-1.1.0-incubating\example\exampledocs\solr.xml to htt p://localhost:8983/solr/update /cygdrive/c/apache-solr-1.1.0-incubating/example/exa

RE: Using solr on windows

2007-02-14 Thread Kainth, Sachin
: Re: Using solr on windows On 2/14/07, Kainth, Sachin <[EMAIL PROTECTED]> wrote: > ...The problem is that the tutorial seems to suggest that you need > Unix to run solr... Solr itself should run fine on Windows, but you're right that most or all of the scripts provided with Solr

Re: Using solr on windows

2007-02-14 Thread Bertrand Delacretaz
On 2/14/07, Kainth, Sachin <[EMAIL PROTECTED]> wrote: ...The problem is that the tutorial seems to suggest that you need Unix to run solr... Solr itself should run fine on Windows, but you're right that most or all of the scripts provided with Solr require a unixish shell. Installing cygwin s

Re: Using solr on windows

2007-02-14 Thread Erik Hatcher
On Feb 14, 2007, at 6:01 AM, Kainth, Sachin wrote: I'm new to solr. I've just installed it and am trying to run the example. The problem is that the tutorial seems to suggest that you need Unix to run solr. For example to add a document to the solr?/lucene? Index you need to do this: [EMAIL