Re: Auto optimized of Solr indexing results

2013-12-02 Thread Bayu Widyasanyata
Thanks Erick for your advance and share. Regards, On Mon, Dec 2, 2013 at 11:06 PM, Erick Erickson wrote: > TieredMergePolicy is the default even though it's > commented out in solrconfig, it's still being used. > So there's nothing to do. > > Given the size of your index, you can actually do >

Re: Auto optimized of Solr indexing results

2013-12-02 Thread Erick Erickson
TieredMergePolicy is the default even though it's commented out in solrconfig, it's still being used. So there's nothing to do. Given the size of your index, you can actually do whatever you please. Optimizing it will shrink its size, but frankly your index is so small I doubt you'll see any noti

Re: Auto optimized of Solr indexing results

2013-12-01 Thread Bayu Widyasanyata
Hi Erick, After waiting for some days abt. a week (I did daily crawling & indexing), here are the docs summary: Num Docs: 9738 Max Doc: 15311 Deleted Docs: 5573 Version: 781 Segment Count: 5 The percentage of deletedDocs of NumDocs is near 57%. In the other, the TieredMergePolicy in solrcon

Re: Auto optimized of Solr indexing results

2013-11-20 Thread Bayu Widyasanyata
Thanks Erick. I will check that on next round. --- wassalam, [bayu] /sent from Android phone/ On Nov 20, 2013 7:45 PM, "Erick Erickson" wrote: > You probably shouldn't optimize at all. The default TieredMergePolicy > will eventually purge the deleted files' data, which is really what > optimize

Re: Auto optimized of Solr indexing results

2013-11-20 Thread Erick Erickson
You probably shouldn't optimize at all. The default TieredMergePolicy will eventually purge the deleted files' data, which is really what optimize does. So despite its name, most of the time it's not really worth the effort. Take a look at your Solr admin page, the "overview" link for a core. If t