On Tue, 21 Mar 2006, chan kang wrote:

The result of my "make test" is as follows:

...failures...

Hence why gcj 3.4.x (x >= 3) is currently the supported compiler for PyLucene.

What  should I do in this case?

Stick with gcj 3.4.x or track down the bug and send in a patch to work it around.

Currently, I am unable to sort the search results using
search(query, sort)

There is a test, test_Sort.py, that shows that sorting does indeed work with gcj 3.4.x.
Please be more specific as to what the actual problem is.

So, I tried sorting afterwards, by retrieving the documents
with map(lambda x: hits.doc(i), range(len(hits))
and then sorting the documents according to a single field.
However, this is too much slow when the # of hits goes above
a certain amount.

How many ?

Andi..

_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to