Re: performance questions

2007-09-01 Thread Erik Hatcher
On Aug 30, 2007, at 11:37 PM, Walter Underwood wrote: Sorry dude, I'm pining for Python and coding in Java. --wunder No need to be sorry well, unless you do really enjoy forced whitespace and __init__ ugliness. :) Why don't we tie in scripting engine support into Solr via BSF or the

Re: Heap size error during indexing

2007-09-01 Thread Erik Hatcher
On Sep 1, 2007, at 9:28 AM, Jae Joo wrote: I have a Java Heap size problem during indexing for 13 millions doc. under linux using post.sh (optimized). each document size is about 2k. Is there any way to set java heap size in post.sh under tomcat? post.sh is a Solr *client*. Your heap size

Re: Heap size error during indexing

2007-09-01 Thread Mike Klaas
On 1-Sep-07, at 6:28 AM, Jae Joo wrote: I have a Java Heap size problem during indexing for 13 millions doc. under linux using post.sh (optimized). each document size is about 2k. Is there any way to set java heap size in post.sh under tomcat? You probably have to set the heap size when y

Re: Wiki, ASF =?

2007-09-01 Thread Yonik Seeley
On 9/1/07, Robin Bonin <[EMAIL PROTECTED]> wrote: > I wanted to make an entry in the wiki, and when creating an account, > is asks, ASF = ? > I am at a loss, what does that mean? I think they started putting in some protection against automated wiki spammers. So enter what ASF stands for. -Yonik

Re: Trouble with Windows / Tomcat install

2007-09-01 Thread Robin Bonin
Sorry if my response was long.. I have it working now, thanks On 9/1/07, Jae Joo <[EMAIL PROTECTED]> wrote: > Solr and tomcat connection does not require any copies and moves of jar > file. All of the jar files are in solr.war file. > > Can you send your solr.xml file? > If you use "\" instead of

Re: Trouble with Windows / Tomcat install

2007-09-01 Thread Jae Joo
Solr and tomcat connection does not require any copies and moves of jar file. All of the jar files are in solr.war file. Can you send your solr.xml file? If you use "\" instead of "/", you have to your "\\" to point the solr instance in solr.xml conf. Jae On 9/1/07, Robin Bonin <[EMAIL PROTECTED

Re: Trouble with Windows / Tomcat install

2007-09-01 Thread Robin Bonin
I tried both solr-1.1 and 1.2, I was having more trouble with 1.2, so i went back to 1.1. I did copy the war from dist, and renamed to just solr, but I have no xml file for solr in conf. I was using the java 'option' -Dsolr.solr.home=C:\Solr\ I just removed the solr war and folder from web apps an

Re: Trouble with Windows / Tomcat install

2007-09-01 Thread Jae Joo
did you build solr.xml in $CATALINA_HOME/conf//Catalina/localhost ? it yes, please double check the directory information. And did you copy the apache-solr-1.2.0.war to solr.war in dist directory? Jae On 9/1/07, Robin Bonin <[EMAIL PROTECTED]> wrote: > > Hi all, I followed the instructions in the

Wiki, ASF =?

2007-09-01 Thread Robin Bonin
I wanted to make an entry in the wiki, and when creating an account, is asks, ASF = ? I am at a loss, what does that mean?

Trouble with Windows / Tomcat install

2007-09-01 Thread Robin Bonin
Hi all, I followed the instructions in the wiki here, http://wiki.apache.org/solr/SolrTomcat I know Tomcat is running, but when I pull up my solr admin page, I get the following error. description The server encountered an internal error () that prevented it from fulfilling this request. excepti

Heap size error during indexing

2007-09-01 Thread Jae Joo
Hi, I have a Java Heap size problem during indexing for 13 millions doc. under linux using post.sh (optimized). each document size is about 2k. Is there any way to set java heap size in post.sh under tomcat? Thanks, Jae Joo