[pylucene-dev] pylucene and recommendations for RAM

Andi Vajda vajda at osafoundation.org
Thu Apr 5 14:48:46 PDT 2007


On Thu, 5 Apr 2007, David Pratt wrote:

> Hi Andi. Yes, I like the idea of a pure python approach also. Quick question 
> - if one is able to obtain hits objects over the wire from a number of 
> servers, is pyLucene capable of merging hits objects as it stands now? I 
> believe it is but cannot recall at the moment.

PyLucene is not capable of receiving anything over the wire.
If it were, would it be capable to not return duplicate hits ? Not without 
extra code caching all received hits for duplicate checking.

The Hits object is probably a bad place to start as it's very closely tied to 
the IndexSearcher that returns them.

Andi..


More information about the pylucene-dev mailing list