Re: How do i speed up reading Lucene search results
by rhino1130 <rboeckmann@[EMAIL PROTECTED]
>
Mar 21, 2008 at 01:40 PM
Obviously limiting the data would be best but that isn't possible.
what I ideally need is to convert the results to an object and pass
it. I have already limited the number of records to 500. That
clearly made a difference. But I think the bottle neck is the
for:each irregardless of how I do it.
I know many people are using this so what is the secret? Do I just
return the record id and then do a secondary select?