On Oct 8, 2008, at 6:11 PM, Rajiv2 wrote:


w/ faceting qtime is around +200ms.

if your target time is 250, this will need some work... but lets ignore that for now...




qtime for a standard query on the default search field is less than 100ms.
Usually around 60ms.
qtime for id:xxxx is around 16ms.


if you break your dismax query into multiple standard queries, what are the times?

that is, for dismax:  a^2 b^3 c^4

what are your times for each component:
 a:text
 b:text
 c:text

It may be that one of the fields in your dismax query is much slower to query.... and then you could focus on how that is indexed...


Reply via email to