Why is SolrDispatchFilter using 90% of the Time?

2011-03-03 Thread Stijn Vanhoorelbeke
me. The other 10% is used by SolrSeacher and the QueryComponent. + Can anyone explain me why SolrDispatchFilter is consuming so much time? ++ Can I do something to lower this number? ( After all SolrDispatchFilter must Dispatch each time to the standard searcher. ) Stijn Vanhoorelbeke

Re: SolrCloud new....

2011-02-20 Thread Stijn Vanhoorelbeke
> that > page yet? > > Thanks! > > Otis > > Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > > > - Original Message > > > From: Stijn Vanhoorelbeke <[hidden > > em

Re: question: havnig multiple solrCloud configuration on the same machine

2011-02-19 Thread Stijn Vanhoorelbeke
ollection1 > config=conf1 > >collections/collection2 > config=conf2 > >collections/collection3 > config=conf3 How do you manage to set this? Do you need to modify solr.xml to set this stuff? Stijn Vanhoorelbeke, -- View this message in context: http://lucene.472066.n3.nabb

Re: SolrCloud new....

2011-02-18 Thread Stijn Vanhoorelbeke
your solr machines. If you don't want this you may place zookeeper on a different machine ( like I'm doing right now). If you need more help - you can contact me. Stijn Vanhoorelbeke, -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-new-tp1528872p2526080.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: My Plan to Scale Solr

2011-02-17 Thread Stijn Vanhoorelbeke
mer: ZooKeeper is a relative new feature - I'm not sure if it will work out in a real production environment, which has a tight SLA pending. But - definitely keep your eyes on this stuff - this will mature quickly! Stijn Vanhoorelbeke

Re: Migration from Solr 1.2 to Solr 1.4

2011-02-17 Thread Stijn Vanhoorelbeke
Hi, I recently ran across the same issues; I'm updating my solr 1.4 up to the last Nightly Build ( to have ZooKeeper functionality ). I've copied the solr_home dir - but with no success. ( The config files were not accepted on the new build - due to version mismatch ). Then I copied only the inde

Re: SolrCloud - Example C not working

2011-02-16 Thread Stijn Vanhoorelbeke
d I open an issue and move the thread to the dev list? > > Yeah, thanks! > > -Yonik > http://lucidimagination.com > Hi, For me, example C doesn't work eater. I just tried it - example A & B worked like a charm, Stijn Vanhoorelbeke

Re: SolrCloud (ZooKeeper)

2011-02-12 Thread Stijn Vanhoorelbeke
Hi, Has anyone used Zookeeper on a Tomcat 5 system? Could someone point me to a good guide how to implement Zookeeper/solr combination? The SolCloud wiki page doesn't give much info at all. Thank you,

Re: Monitor the QTime.

2011-02-11 Thread Stijn Vanhoorelbeke
2011/2/11 Ryan McKinley > You may want to check the stats via JMX. For example, > > > http://localhost:8983/solr/core/admin/mbeans?stats=true&key=org.apache.solr.handler.StandardRequestHandler > > shows some basic stats info for the handler. > ryan Can you access this URL from a web browser (t

Re: Monitor the QTime.

2011-02-11 Thread Stijn Vanhoorelbeke
> QTime is, of course, specific to the query, but it is returned in the > response XML, so one could run occasional queries to figure it out. > Please see http://wiki.apache.org/solr/SearchHandler > > Regards, > Gora > Yes, this could be a possibility. But then the Solr cache jumps back into the p

Re: Turn off caching

2011-02-10 Thread Stijn Vanhoorelbeke
Hi, You can comment out all sections in solrconfig.xml pointing to a cache. However, there is a cache deep in Lucence - the fieldcache - that can't be commented out. This cache will always jump into the picture If I need to do such things, I restart the whole tomcat6 server to flush ALL cache

Re: SolrCloud (ZooKeeper)

2011-02-10 Thread Stijn Vanhoorelbeke
u remove a solr instance from the list of hosts? 2011/2/10 Yonik Seeley > On Thu, Feb 10, 2011 at 5:00 PM, Stijn Vanhoorelbeke > wrote: > > I've completed the quick&dirty tutorials of SolrCloud ( see > > http://wiki.apache.org/solr/SolrCloud ). > > The whole con

Re: Unable to build the SolrCloud branch - SOLR-1873

2011-02-10 Thread Stijn Vanhoorelbeke
Hi, I've followed the guide & worked perfect for me. ( I had to execute ant compile - not ant example, but not likely that was your problem ). 2011/1/2 siddharth > > I seemed to have figured out the problem. I think it was an issue with the > JAVA_HOME being set. The build was failing while com

Monitor the QTime.

2011-02-10 Thread Stijn Vanhoorelbeke
Hi, Is it possible to monitor the QTime of the queries. I know I could enable logging - but then all of my requests are logged, making big&nasty logs. I just want to log the QTime periodically, lets say once every minute. Is this possible using Solr or can this be set up in tomcat anyway?

QTime Solr Query

2011-02-10 Thread Stijn Vanhoorelbeke
Hi, I've done some stress testing onto my solr system ( running in the ec2 cloud ). >From what I've noticed during the tests, the QTime drops to just 1 or 2 ms ( on a index of ~2 million documents ). My first thought pointed me to the different Solr caches; so I've disabled all of them. Yet QTime

SolrCloud (ZooKeeper)

2011-02-10 Thread Stijn Vanhoorelbeke
Hi, I've completed the quick&dirty tutorials of SolrCloud ( see http://wiki.apache.org/solr/SolrCloud ). The whole concept of SolrCloud and ZooKeeper look indeed very promising. I found also some info about a 'ZooKeeperComponent' - From this conponent it should be possible to configure ZooKeeper

Re: Explanation of the different caches.

2010-12-21 Thread Stijn Vanhoorelbeke
/12/21 Toke Eskildsen : > Stijn Vanhoorelbeke [stijn.vanhoorelb...@gmail.com] wrote: >> I want to do a quick&dirt load testing - but all my results are cached. >> I commented out all the Solr caches - but still everything is cached. >> >> * Can the caching

Explanation of the different caches.

2010-12-21 Thread Stijn Vanhoorelbeke
Hi, I want to do a quick&dirt load testing - but all my results are cached. I commented out all the Solr caches - but still everything is cached. * Can the caching come from the 'Field Collapsing Cache'. -- although I don't see this element in my config file. ( As the system now jumps from 1GB t