solr caches from external caching system like memcached

2010-05-20 Thread bharath venkatesh
Hi, Is it possible to use solr caches such as query cache , filter cache and document cache from external caching system like memcached as it has several advantages such as centralized caching system and reducing the pause time of JVM 's garbage collection as we can assign less memo

score computation for dismax handler

2010-02-18 Thread bharath venkatesh
Hi , When query is made across multiple fields in dismax handler using paramater qf , I have observed that with debug query enabled the resultant score is max score of scores of query across each fields . but I want the resultant score to be sum of score across fields (like the standard ha

maximum no of values in multi valued string field

2009-12-15 Thread bharath venkatesh
Hi , Is there any limit in no of values stored in a single multi valued string field ? if a single multi valued string field contains 1000-2000 string values what will be effect on query performance (we will be only indexing this field not storing it ) ? is it better to store all the s

Re: latency in solr response is observed after index is updated

2009-12-04 Thread Bharath Venkatesh
ize. What is the autoCommit frequency set in > solrconfig.xml . > > Another place to look at is the field cache size and the nature of warmup > queries run after a new searcher is created ( happens due to a commit ). > > > > Bharath Venkatesh wrote: >> Hi Kalidoss

RE: latency in solr response is observed after index is updated

2009-12-01 Thread Bharath Venkatesh
is observed after index is updated r u using solr-config for committing the document? bharath venkatesh wrote: > Hi, > > We are observing latency (some times huge latency upto 10-20 secs) > in solr response after index is updated . whats the reason of this > latency and h

latency in solr response is observed after index is updated

2009-12-01 Thread bharath venkatesh
Hi, We are observing latency (some times huge latency upto 10-20 secs) in solr response after index is updated . whats the reason of this latency and how can it be minimized ? Note: our index size is pretty large. any help would be appreciated as we largely affected by it Thanks in ad

Re: tracking solr response time

2009-11-10 Thread bharath venkatesh
Thanks yonik .. will consider Jconsole On Tue, Nov 10, 2009 at 7:01 PM, Yonik Seeley wrote: > On Tue, Nov 10, 2009 at 8:07 AM, bharath venkatesh > wrote: > > how much ram would be good enough for the Solr JVM to run comfortably. > > It really depends on how much stuff is c

understanding how solr/lucene handles a select query (to analyze where solr/lucene is taking time )

2009-11-10 Thread bharath venkatesh
Hi, As mentioned in my previous post , we are experiencing a delay (latency ) for 15 % of the request to solr . delay is about 2-4 sec sometimes it even reaches 10 sec (noticed from apache tomcat logs where solr is running

Re: tracking solr response time

2009-11-10 Thread bharath venkatesh
matext is hiring -- http://sematext.com/about/jobs.html?mls > Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR > > > > - Original Message > > From: bharath venkatesh > > To: solr-user@lucene.apache.org > > Sent: Sun, November 8, 2009 2:15:00 PM > &g

Re: tracking solr response time

2009-11-08 Thread bharath venkatesh
lable ram. > > Solr has its own caches for certain data structures, and there are no > solid guidelines for tuning those. The solr/admin/stats.jsp page shows > the number of hits & deletes for the caches and most people just > reload that over & over. > > On Fri, Nov 6, 20

Re: tracking solr response time

2009-11-03 Thread bharath venkatesh
9, Yonik Seeley wrote: > On Mon, Nov 2, 2009 at 2:21 PM, bharath venkatesh > wrote: >> we observed many times there is huge mismatch between qtime and >> time measured at the client for the response > > Long times to stream back the result to the client could be due to &g

Re: tracking solr response time

2009-11-02 Thread bharath venkatesh
executed is there any solution to improve upon this factor .. for querying we use DisMaxRequestHandler , queries are quite long with many faceting parameters . On Mon, Nov 2, 2009 at 10:46 PM, Israel Ekpo wrote: > On Mon, Nov 2, 2009 at 9:52 AM, bharath venkatesh < > bharathv6.proj...@gmail.c

Re: tracking solr response time

2009-11-02 Thread bharath venkatesh
Yonik Seeley > wrote: > >> On Mon, Nov 2, 2009 at 8:13 AM, bharath venkatesh >> wrote: >> >We are using solr for many of ur products it is doing quite well >> > . But since no of hits are becoming high we are experiencing latency >> > in certain

tracking solr response time

2009-11-02 Thread bharath venkatesh
Hi, We are using solr for many of ur products it is doing quite well . But since no of hits are becoming high we are experiencing latency in certain requests ,about 15% of our requests are suffering a latency . We are trying to identify the problem . It may be due to network issue or sol