Pylucene build issue on ubuntu : cannot find lpython2.5

2010-03-10 Thread sudhir singh rana
Hi, Hi all, I am getting following error while buiding jcc for pylucene /usr/bin/ld: cannot find -lpython2.5 collect2: ld returned 1 exit status any idea which thing is causing this problem. I am using pylucene 3.0.0.1 version with python 2.5.4 and java-6-sun Thanks Raj

use of carrot2 with pylucene/python

2010-03-28 Thread sudhir singh rana
Hi, Any idea about use of carrot2 clustering in pylucene? Thanks Sudhir

Re: use of carrot2 with pylucene/python

2010-03-28 Thread sudhir singh rana
o fix java.lang.UnsatisfiedLinkError. Thanks in advance On Sun, Mar 28, 2010 at 7:02 PM, sudhir singh rana wrote: > Hi, > > Any idea about use of carrot2 clustering in pylucene? > > Thanks > Sudhir >

are pylucene function thread safe?

2010-04-11 Thread sudhir singh rana
Hi, I want to know whether searcher.search function, MultiFieldQueryParser.parse etc are thread safe. Can I use same object of searcher in multiple threads. thanks in advance