It depends on lots of things, but the time to execute a search would not
typically grow linearly with the number of documents.  But the time to
retrieve data from all the hits might, if the number of hits is growing in
line with the number of documents.  Are you doing that by any chance, as
opposed to getting data for the top n hits, regardless of the number of
hits?


--
Ian.


On Wed, Jun 17, 2009 at 4:47 PM, Teruhiko Kurosaka <k...@basistech.com>wrote:

> I am seeing my Lucene application's search time grows pretty much linearly
> to the number of Documents.
> Is this how Lucene is supposed to work, or does it depend on the nature of
> query?
>
> I am not using FuzzyQuery that was the subject of the recent discussion by
> the way.
>
> -Kuro
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>

Reply via email to