RE: Reduce QueryComponent prepare time

2012-11-21 Thread Markus Jelsma
Hi Mikhail, Thanks for sharing your experiences. I'll look into the flexible query parser. Markus -Original message- > From:Mikhail Khludnev > Sent: Tue 20-Nov-2012 19:53 > To: solr-user@lucene.apache.org > Subject: Re: Reduce QueryComponent prepare time > >

Re: Reduce QueryComponent prepare time

2012-11-20 Thread Mikhail Khludnev
t when having a lot of fields, the prepare time > is usually higher than the process times of query, highlight and facet > combined. > > > > -Original message- > > From:Mikhail Khludnev > > Sent: Mon 19-Nov-2012 12:52 > > To: solr-user@lucene.apache.org

RE: Reduce QueryComponent prepare time

2012-11-20 Thread Markus Jelsma
en having a lot of fields, the prepare time is usually higher than the process times of query, highlight and facet combined. -Original message- > From:Mikhail Khludnev > Sent: Mon 19-Nov-2012 12:52 > To: solr-user@lucene.apache.org > Subject: Re: Reduce QueryComponent prepa

Re: Reduce QueryComponent prepare time

2012-11-19 Thread Mikhail Khludnev
Markus, It's hard to suggest anything until you provide a profiler snapshot which says what it spends time in prepare for. As far as I know in prepare it parses queries e.g. we have a really heavy query parsers, but I don't think it's really common. On Mon, Nov 19, 2012 at 3:08 PM, Markus Jelsma

RE: Reduce QueryComponent prepare time

2012-11-19 Thread Markus Jelsma
I'd also like to know which parts of the entire query constitute the prepare time and if it would matter significantly if we extend the edismax plugin and hardcode the parameters we pass into (reusable) objects. Thanks, Markus -Original message- > From:Markus Jelsma > Sent: Fri 16-Nov