Re: Documentation?

2006-05-15 Thread Chris Hostetter
: 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 from existing docs or the like. Can someone point me : in the direction? The best documentation about using Solr is the tutor

Documentation?

2006-05-15 Thread Jeff Rodenburg
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 from existing docs or the like. Can someone point me in the direction? thanks, jeff r.

Re: fresh start question: exception running the demo - element 'web-app' not found

2006-05-15 Thread Yonik Seeley
The current build is broken, probably due to the recent Jetty downgrade (to the latest stable 5.1 release). I've already posted about it in solr-dev, and it will be fixed soon. In the meantime, turn off validation of the web.xml in Jetty and things should work. So start the example server like s

fresh start question: exception running the demo - element 'web-app' not found

2006-05-15 Thread Doron Cohen
Hi, Just loaded Solr - running the demo on Win32 (with Jetty) fails with exception: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. Same for both IBM and SUN JVM (1.5) Must be something simple cause didn't see any other complaints on this. Any Ideas?

Re: Separate config and index per webapp

2006-05-15 Thread Ken Krugler
On 5/15/06, Michael Levy <[EMAIL PROTECTED]> wrote: I'd like to use Solr for a number of separate projects running on a single Tomcat instance; I thought I would have Solr running a separate webapp for each project. I understand that the default location for the solrconfig.xml and schema.xml fil

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-15 Thread Yonik Seeley
On 5/15/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: i could have sworn Yonik made the code throw good error messages about missing config files a while back Yeah, as long as people ca see the whole exception chain, the error message should be in there. -Yonik

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-15 Thread Chris Hostetter
: I had the same issue some time back. I think the problem is that you need : to create solr/conf and solr/data under the tomcat root, not inside : "webapps". did you really get the same exception becuase tomcat couldn't find your config directory? 2006-05-15 10:57:45 StandardContext[/solr

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-15 Thread Brian Lucas
I had the same issue some time back. I think the problem is that you need to create solr/conf and solr/data under the tomcat root, not inside "webapps". For instance: TOMCAT HOME = /usr/local/tomcat/ SOLR CONFIG = /usr/local/tomcat/solr/conf/ SOLR DATA = /usr/local/tomcat/solr/data/ SOLR WEB

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-15 Thread Chris Hostetter
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 box" as long as it can find the config files. can

Re: Separate config and index per webapp

2006-05-15 Thread Mike Baranczak
On May 15, 2006, at 3:26 PM, Yonik Seeley wrote: On 5/15/06, Michael Levy <[EMAIL PROTECTED]> wrote: I'd like to use Solr for a number of separate projects running on a single Tomcat instance; I thought I would have Solr running a separate webapp for each project. I understand that the defa

Re: Separate config and index per webapp

2006-05-15 Thread Yonik Seeley
On 5/15/06, Michael Levy <[EMAIL PROTECTED]> wrote: I'd like to use Solr for a number of separate projects running on a single Tomcat instance; I thought I would have Solr running a separate webapp for each project. I understand that the default location for the solrconfig.xml and schema.xml fil

Separate config and index per webapp

2006-05-15 Thread Michael Levy
I'd like to use Solr for a number of separate projects running on a single Tomcat instance; I thought I would have Solr running a separate webapp for each project. I understand that the default location for the solrconfig.xml and schema.xml files and for the index are under Tomcat's current-w

Re: Java heap space

2006-05-15 Thread Yonik Seeley
On 5/15/06, Marcus Stratmann <[EMAIL PROTECTED]> wrote: The only situation I get OutOfMemory errors is after an optimize when the server performs an auto-warming of the cahces: A single filter that is big enough to be represented as a bitset (>3000 in general) will take up 1.3MB Some ways to

Re: Java heap space

2006-05-15 Thread Marcus Stratmann
On 5/4/06, I wrote: > From my point of view it looks like this: Revision 393957 works while > the latest revision cause problems. I don't know what part of the > distribution causes the problems but I will try to find out. I think a > good start would be to find out which was the first revision no

Newbie with problems getting Solr to run on Tomcat

2006-05-15 Thread Morten Fangel
Hi, I'm quite the newbie when it comes to running Tomcat webapps and the likes of it.. I just need Solr for my website as we have ~45.000 articles we would like a full-text index of. And I have gotten the example "distribution" (solr-nightly/example/) running by modding the schema.xml file.. B