Re: Slowdown during the search for similar documents

2010-03-28 Thread Valery Khamenya
t; best regards > -- > Valery A.Khamenya > > > > On Sun, Mar 28, 2010 at 12:18 AM, Andi Vajda wrote: >> >> On Sat, 27 Mar 2010, Valery Khamenya wrote: >> >>> there is a strange slowdown during the search for similar documents. >>> For some rea

Re: Slowdown during the search for similar documents

2010-03-28 Thread Valery Khamenya
yes, the same parameters. best regards -- Valery A.Khamenya On Sun, Mar 28, 2010 at 12:18 AM, Andi Vajda wrote: > > On Sat, 27 Mar 2010, Valery Khamenya wrote: > >> there is a strange slowdown during the search for similar documents. >> For some reason pylucene version is

Re: Slowdown during the search for similar documents

2010-03-27 Thread Andi Vajda
On Sat, 27 Mar 2010, Valery Khamenya wrote: there is a strange slowdown during the search for similar documents. For some reason pylucene version is much slower than the pure Lucene one. The test document collection contains 200K docs. Here is the pylucene version: content = ref_doc.getField

Slowdown during the search for similar documents

2010-03-27 Thread Valery Khamenya
Hi, there is a strange slowdown during the search for similar documents. For some reason pylucene version is much slower than the pure Lucene one. The test document collection contains 200K docs. Here is the pylucene version: content = ref_doc.getField('content').stringValue() simila