This works for me!
Thanks,
Doron
Btw, it seems the post.sh script has a type - for the demo add-docs stage
to work, the URL should be set by "URL=http://localhost:8983/solr/update";
(rather than "URL=http://localhost:7070/update";.
"Yonik Seeley" <[EMAIL PROTECTED]> wrote on 15/05/2006 19:31:09:
On Monday 15 May 2006 22:51, you wrote:
> that's a little strange ... it looks like it's finding the SolrServlet
> class but not SolrCore.
>
> did you put the solr.war file directly into your webapps directory -- or
> idd you expand it and move anything arround?
>
> the war should work "out of the
On 5/16/06, Jeff Rodenburg <[EMAIL PROTECTED]> wrote:
I was checking around the solr site and pages at apache.org and wasn't
finding much.
Make sure you don't miss the Wiki, there's a fair amount of stuff there.
-Yonik
On 5/16/06, Morten Fangel <[EMAIL PROTECTED]> wrote:
Could someone just guide me with a step by step install of the example from
solr-nightly/example into Tomcat.
For development, It's probably easiest to download Tomcat Core (in tgz
or zip format) from
http://www.signal42.com/mirrors/apache/to
On 5/16/06, Doron Cohen <[EMAIL PROTECTED]> wrote:
Btw, it seems the post.sh script has a type - for the demo add-docs stage
to work, the URL should be set by "URL=http://localhost:8983/solr/update";
(rather than "URL=http://localhost:7070/update";.
Hmmm, another victim of the downgrade. It's
I've got some PHP and Ruby/Rails bindings I'll contribute soon enough as
well which will make integration with those environments fairly simple as
well.
-Original Message-
From: Yonik Seeley [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 16, 2006 7:39 AM
To: solr-user@lucene.apache.org
Subj
Thanks Chris/Yonik, don't know why I didn't see those yet.
-- j
On 5/15/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: I was checking around the solr site and pages at apache.org and wasn't
: finding much. Before jumping into the code, I'd like to get as familiar
: with solr as I could fro