I have noticed that ParallelMultiSearcher does not return correct Hits
object when we use custom implemented Searchable, but MultiSearcher return correct one.
So, to be sure, this all works fine with MultiSearcher but not with ParallelMultiSearcher ? You can pass a python Searchable implementation to MultiSearcher and it all works fine, correct ?
"Correct" object Hits object means that it can return documents more than 100th.
So, I cannot get documents more than 100th from Hits object returned by ParallelMultiSearcher (with custom implemented Searchable object). When It cannot return needed object it loops forever, it does not return control outside Hits.doc(i) method.
Is CPU usage of the process at 100% or 0% ?
The latter would mean a threading deadlock to be investigated - ParallelMultiSearcher creates threads.
I provide attach file which can easily reproduce the situation.
Actually, no, not that easlily. I need an index with documents that can return more than 100 hits. Could you please send me a small tar archive with such an index (or the corresponding code to create one) ? (and the corresponding query)
Thanks !
Andi.. _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
