Re: Loading performance slowdown at ~ 400K documents

2008-05-11 Thread David Pratt
Hi Tracy. Can you advise the sort of difference in max heap space that resulted in the improvement, that is, your before and after max heap space. Many thanks. Regards, David Tracy Flynn wrote: Thanks for the replies. For a completely different reason, I happened to look at the memory

multi core vs multi app

2008-03-03 Thread David Pratt
I am trying to decide whether it is best to work with multiple apps in a tomcat instance or run a single app with multiple cores. How do these options compare in terms of impact on RAM requirements. Is anyone using the multicore in production to suggest whether it is stable enough to use

Re: multi core vs multi app

2008-03-03 Thread David Pratt
Hi there. Many thanks for your replies. They have helped me determine a direction. It is a great thing to have both options available (and to better understand the pros and cons of each). Regards David Ryan McKinley wrote: Otis Gospodnetic wrote: Quick answers. 2 webapps one core/index each

Re: Index availability during merge

2008-02-27 Thread David Pratt
could be as simple as FS-based file (e.g. /foo/bar/i.am.merging.now-dont.touch.the.index.lock) Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: David Pratt [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Wednesday, February 27, 2008 9:16

Re: Start of solr 1.3 with patch collapse

2008-02-26 Thread David Pratt
Hi kordi. What was the issue and how did you solve it for the benefit of the list. Many thanks. Regards, David kordi wrote: I solved it now on myselft sorry for the post. kordi wrote: I cant start solr trunk with the path collapse i got the following error SEVERE: Could not start SOLR.

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-21 Thread David Pratt
Hi Alejandro. Since this was a bit of trouble for you could you post the steps you used to get it to work (and/or any deviation from the wiki) to summarize this thread. It has been some days that I have seen the thread on the list and it would leave something useful other than I got it running

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-21 Thread David Pratt
\solr 11)Start the Tomcat service 12)Go to the solr admin page to verify that the installation is working. It will be at [WWW] http://localhost:8080/solr/admin On Thu, Feb 21, 2008 at 4:38 PM, David Pratt [EMAIL PROTECTED] wrote: Hi Alejandro. Since this was a bit of trouble for you could you post

Re: Building Solr with Maven 2 - Solr-19

2008-01-27 Thread David Pratt
the example directory using java -jar start.jar check: http://lucene.apache.org/solr/tutorial.html ryan David Pratt wrote: Hey Ryan. You were right about SOLR-303. I checked out trunk from svn, patched source, ran the pom and manually ran the commons pom and it all built fine. Only trouble is I am

Building Solr with Maven 2 - Solr-19

2008-01-26 Thread David Pratt
Hi I am trying to build solr from solr-19 poms from the issue tracker. I've tried both of the most recent poms but pehaps it is my inexperience with maven that may be the issue. I have been reading up on maven but perhaps I am missing something. For the combined pom.xml (Jan 9 2008, Ryan

Multisearching with Solr

2008-01-21 Thread David Pratt
Hi. I am checking out solr after having some experience with lucene using pyLucene. I am looking at the potential of solr to search over a large index divided over multiple servers to collect results, sort of what the parallel multisearcher does in Lucene on its own. From quick scan of

Re: Multisearching with Solr

2008-01-21 Thread David Pratt
... Here's a thread that discusses this... http://mail.google.com/mail/?zx=wmtcqx3ngeupshva=1#label/Solr/11799e3704804489 Best Erick On Jan 21, 2008 10:55 AM, David Pratt [EMAIL PROTECTED] wrote: Hi. I am checking out solr after having some experience with lucene using pyLucene. I am looking