Re: Loading performance slowdown at ~ 400K documents

2008-05-14 Thread David Pratt
robably get away with -Xmx1000m - but I think it's just a matter of (a short) time until I need to increase that limit. For instance 2, it currently runs in steady state at 1.2 - 1.4 GB max, so I boosted to 2 GB max. Regards, Tracy On May 11, 2008, at 8:31 AM, David Pratt wrote: Hi Tr

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 stats

Re: Plans for a new Solr Python library

2008-03-25 Thread David Pratt
Have you got a link to the new project. Many thanks. David Leonardo Santagada wrote: On 24/03/2008, at 15:34, Yonik Seeley wrote: On Mon, Mar 24, 2008 at 12:27 PM, Ed Summers <[EMAIL PROTECTED]> wrote: On Mon, Mar 24, 2008 at 12:13 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: AFAIK, no one h

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

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 with

Re: Index availability during merge

2008-02-27 Thread David Pratt
apps 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

Index availability during merge

2008-02-27 Thread David Pratt
Hi. Merging indexes requires that the indexes be closed for the operation occur. I am interested in setting up a cron to merge indexes that are in use to generate a fresh consolidated index at specific time intervals. I don't want the smaller indexes to be taken out of service while this occurs

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. Chec

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

2008-02-21 Thread David Pratt
olr.home=c:\web\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 trou

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: Building Solr with Maven 2 - Solr-19

2008-01-27 Thread David Pratt
m 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

Re: Building Solr with Maven 2 - Solr-19

2008-01-26 Thread David Pratt
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 not providing the right incantation for maven to start the server. This I am sure will all seem very simple once I have

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 McKi

Re: Multisearching with Solr

2008-01-21 Thread David Pratt
the trunk... Here's a thread that discusses this... http://mail.google.com/mail/?zx=wmtcqx3ngeup&shva=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 lu

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 archives