On Nov 30, 2009, at 7:51, Max Lynch <ihas...@gmail.com> wrote:

What are you trying to do?

I am not a PyLucene expert, but there are several classes in the lucene module that are meant for subclassing specifically in python. For example, there is a PythonHitCollector which you can make subclasses of in Python.
Does that help?

The HitCollector class was replaced with a Collector class in Lucene Java 3.0. In PyLucene 3.0, a corresponding PythonCollector class was added as an extension point. Examples of uses of this new class can be found in PyLucene unit tests or in ported "Lucene in Action" samples.

Andi..


On Mon, Nov 30, 2009 at 2:05 AM, Helmut Jarausch <
jarau...@igpm.rwth-aachen.de> wrote:

Hi,

How to replace Collectors in Lucene-java in a
PyLucene script (PyLucene-3)

Many thanks for a hint,
Helmut.

--
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany

Reply via email to