I have another index (size=20Gb). It can be opened with IndexSearcher,
but when I try to to do search it has exception:
2005-02-15 14:41:41,588 ERROR searchSorted
Traceback (most recent call last):
 File "./RemoteSearcherServer.py", line 63, in searchSorted
   topFieldDocs = self.luceneSearcher.searcher.search(query, None, n, 
self.luceneSearcher.sort)
 File "/usr/lib/python2.4/site-packages/PyLucene.py", line 2241, in search
   def search(*args): return _PyLucene.Searcher_search(*args)
ValueError: java.lang.OutOfMemoryError
  <<No stacktrace available>>

Can you please try the same from Java and see if you get the same problem ?

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

Reply via email to