Re: Performance troubles with solr

2011-09-15 Thread Yusuf Karakaya
Thank you all for your fast replies, Changing photo_id:* to boolean has_photo field via transformer, when importing data, *fixed my problems*; reducing query times to *30~ ms*. I'll try to optimize furthermore by your advices on filter query usage and int=>tint (will search it first) transform. O

Re: Performance troubles with solr

2011-09-14 Thread Chris Hostetter
: &q=photo_id:* AND gender:true AND country:MALAWI AND online:false photo_id:* does not mean what you probably think it means. you most likely want photo_id:[* TO *] given your current schema, but i would recommend adding a new "has_photo" boolean field and using that instead. thta alone shou

RE: Performance troubles with solr

2011-09-14 Thread Jaeger, Jay - DOT
more direct answer... JRJ -Original Message- From: Yusuf Karakaya [mailto:karakaya...@gmail.com] Sent: Wednesday, September 14, 2011 11:31 AM To: solr-user@lucene.apache.org Subject: Re: Performance troubles with solr I tried moving age query from filter query to normal query but no

Re: Performance troubles with solr

2011-09-14 Thread Yusuf Karakaya
; > > > Please refer to http://wiki.apache.org/solr/UsingMailingLists for > > additional guidance in using the mailing list to get help. > > > > -Original Message- > > From: Yusuf Karakaya [mailto:karakaya...@gmail.com] > > Sent: Wednesday, Septem

RE: Performance troubles with solr

2011-09-14 Thread Jaeger, Jay - DOT
-user@lucene.apache.org Subject: Re: Performance troubles with solr Thank you for your reply. I tried to give most of the information i can but obviously i missed some. 1. Just what does your "test script" do? Is it doing updates, or just queries of the sort you mentioned below? Test scri

Re: Performance troubles with solr

2011-09-14 Thread Yusuf Karakaya
ory on the machine. > > Please refer to http://wiki.apache.org/solr/UsingMailingLists for > additional guidance in using the mailing list to get help. > > -Original Message- > From: Yusuf Karakaya [mailto:karakaya...@gmail.com] > Sent: Wednesday, September 14, 2011 9:19 AM

RE: Performance troubles with solr

2011-09-14 Thread Jaeger, Jay - DOT
er to http://wiki.apache.org/solr/UsingMailingLists for additional guidance in using the mailing list to get help. -Original Message- From: Yusuf Karakaya [mailto:karakaya...@gmail.com] Sent: Wednesday, September 14, 2011 9:19 AM To: solr-user@lucene.apache.org Subject: Performance troubles with sol

Performance troubles with solr

2011-09-14 Thread Yusuf Karakaya
Hi, i'm having performance troubles with solr. I don't know if i'm expection too much from solr or i missconfigured solr. When i run a single query its QTime is 500-1000~ ms (without any use of caches). When i run my test script (with use of caches) QTime increases exponentially, re