I've written a test program that uses the simplest form of search, TermQuery and measure the time it takes to search a term in a field on indices of various sizes.
The result is a very linear growth of search time vs the index size in terms of # of Documents, not # of unique terms in that field. -kuro --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org