Let me start with an example application/scenario.

I have an application that allows users to upload their documents that will
eventually be added to the index. Every 10 documents, I commit(). Do I ever
need to make a call to optimize() to optimize the index or does Solr have a
default behavior when to call optimize()? Regardless, if optimize() never
gets called after say 1000 calls to commit() with each commit adding 10
documents to the index, does that have an adverse effect to the search
speed?

Let's assume I'm using a compound-file index.

Any insight is greatly appreciated. Thanks!
-- 
View this message in context: 
http://www.nabble.com/Search-Performance-When-There-Are-Many-Segments-tp15578740p15578740.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to