Re: Questions about Disk space Usage

2016-10-29 Thread Walter underwood
If it works the way I think it does, an empty segment should take the same amount of time to read in as a full segment, but zero time to write out. wunder > On Oct 29, 2016, at 9:21 AM, Erick Erickson wrote: > > I would also expect a totally empty segment to be merged very quickly > as the pe

Re: Questions about Disk space Usage

2016-10-29 Thread Erick Erickson
I would also expect a totally empty segment to be merged very quickly as the percent deleted documents weighs heavily when determining whether to merge a segment but that's based on principle, not deep code knowledge. Best, Erick On Fri, Oct 28, 2016 at 6:02 PM, Walter Underwood wrote: > Aft

How to configure Spring data SolrCloud connection with Basic Authentication

2016-10-29 Thread saeed shahsavan
I have configure Solr 6.2.1 as SolrCloud and i have Configured Basic Authentication so i am going to configure Spring data solr 2.0.4.RELEASE with Solrj 6.2 and this is my code: @Configuration @EnableSolrRepositories(basePackages = { "ir.saeed.server.solr" }, multicoreSupport = true) public clas