Re: how to config DataImport Scheduling

2010-12-18 Thread Hamid Vahedi
I think it must work with any version of solr. because it works url base (see config file). Attention to this point: Successfully tested on Apache Tomcat v6(should work on any other servlet container) From: Ahmet Arslan iori...@yahoo.com To:

Re: Solr JVM performance issue after 2 days

2010-12-12 Thread Hamid Vahedi
From: Peter Karich peat...@yahoo.de To: solr-user@lucene.apache.org Sent: Tue, December 7, 2010 8:26:01 PM Subject: Re: Solr JVM performance issue after 2 days Am 07.12.2010 13:01, schrieb Hamid Vahedi: Hi Peter Thanks a lot for reply. Actually I need real time indexing and query

Re: Solr JVM performance issue after 2 days

2010-12-12 Thread Hamid Vahedi
on the same underlying hardware. Multiple cores are preferable to multiple JVMs almost always. Best Erick On Sun, Dec 12, 2010 at 8:26 AM, Hamid Vahedi hvb...@yahoo.com wrote: Hi Thanks for suggestion. I do following changes in solrconfig.xml : ramBufferSizeMB256/ramBufferSizeMB

Re: Solr JVM performance issue after 2 days

2010-12-07 Thread Hamid Vahedi
after 2 days Have you run any optimize requests yet? /Sven On Tue, Dec 7, 2010 at 08:40, Hamid Vahedi hvb...@yahoo.com wrote: Hi, I am using multi-core tomcat on 2 servers. 3 language per server. I am adding documents to solr up to 200 doc/sec. when updating process is started, every thing

Re: Solr JVM performance issue after 2 days

2010-12-07 Thread Hamid Vahedi
Hi Peter Thanks a lot for reply. Actually I need real time indexing and query at the same time. Here told: You can run multiple Solr instances in separate JVMs, with both having their solr.xml configured to use the same index folder. Now Q1: I'm using Tomcat now, Could you please tell

how to config DataImport Scheduling

2010-12-06 Thread Hamid Vahedi
Hi I want to config DataImport Scheduling, but not know, how to do it. i just create and compile Scheduling classes with netbeans. and now have Scheduling.Jar. Q: how to setup it on tomcat or solr? (i using tomcat 6 on windows 2008) thanks in advanced

Solr JVM performance issue after 2 days

2010-12-06 Thread Hamid Vahedi
Hi, I am using multi-core tomcat on 2 servers. 3 language per server. I am adding documents to solr up to 200 doc/sec. when updating process is started, every thing is fine (update performance is max 200 ms/doc. with about 800 MB memory used with minimal cpu usage). After 15-17 hours it's

Distributed Solr (Shard mode) performance issue

2010-11-24 Thread Hamid Vahedi
Hi to all We using solr multi core with 6 core in shard mode per server (2 server till now. therefore totally 12 core). using tomcat on windows 2008 with 18GB RAM assign to it. We add almost 6 million doc per day to solr (up to 200 doc/sec) which must appear in query result real-time.

OutOfMemoryError when using query with sort

2010-04-19 Thread Hamid Vahedi
Hi, i using solr that running on windows server 2008 32-bit. I add about 100 million article into solr without set store attribute. (only store document id) (index file size about 164 GB) when try to get query without sort , it's return doc ids in some ms, but when add sort command, i get