6 Mar
2007
6 Mar
'07
7:23 p.m.
Lennart Regebro wrote at 2007-2-23 21:25 +0100:
... Compared with Lucene for example, which instead will create iterators who will only resturn the "next match". This saves you from a lot of index searching when you have big results.
I don't know if it is feasible to do something like that, but it would be interesting to look into it.
It is done in "IncrementalSearch2". <http://www.dieter.handshake.de/pyprojects/zope> -- Dieter