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
: &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
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
; >
> > 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
-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
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
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
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