15 jan 2008 kl. 13.17 skrev Cam Bazz:


Typically, when number of objects in BTree based structure in an oodbms for
example increase, the search and add times also increase.

Will lucene have the same problem and how can I overcome it if it does.

There is a benchmark package in the contrib section:

http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/benchmark/

Implement a DocMaker and simulate your desired system.

Looking at the above code - does anyone has any recomendations
to improve index performance. (also what can I do to improve search
performance)

http://wiki.apache.org/lucene-java/ImproveSearchingSpeed

While searching with an indexsearcher - does lucene do any caching? usually
MRU caches are used to accomplish this.

I have no idea, someone else have to help you out there. Perhaps the Solr wiki have something about that? Also try searching the forum archives, using Nabble for instance.

--
karl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to