On 10-Sep-07, at 5:59 AM, Laxmilal Menaria wrote:
> Hello Everyone,
>
> I have created a Index Application using Java lucene
2.0 in java and
> Lucene.Net 2.0 in VB.net. Both application have same
logic. But
> when I have
> indexed a database with 14000 rows from both
application and same
> machine, I
> surprised that Java lucene took (198 Seconds) more than
double time
> from
> .net.(87 Seconds). Is there are any specific reason for
that.. or
> any other
> thing..
>
> Also have tried with same of Java Lucene 2.2. Its also
took same
> time..(190
> Seconds)
Are you using the same index settings? (mergefactor,
maxBufferedDocs,
etc)? Are you using StandardAnalyzer (the trunk version
should be
many times faster)?
-Mike
------------------------------------------------------------
---------
To unsubscribe, e-mail: java-user-unsubscribe lucene.apache.org
For additional commands, e-mail: java-user-help lucene.apache.org
|