Re: Segments with 500KB size (source: "flush") in a cluster with ramBufferSize of 2GB

2017-07-06 Thread Daniel Ortega
Hi Erick, 1) maxDocs setting is not defined in our config. As far as we know there isn't a default value. 2) ramBufferSizeMB cannot be exceeded because written segment size are less than 1 MB and we have defined a maximum of 2 GB. 3) The autocommit interval is 15 minutes. This could be the

Re: Segments with 500KB size (source: "flush") in a cluster with ramBufferSize of 2GB

2017-07-06 Thread Erick Erickson
You'll get a new segment whenever your time expires as well. Segments are created whenever the _first_ of 1> maxDocs exceeded 2> ramBufferSizeMB is exceded 3> the autocommit _time_ interval is exceeded 4> someone does a commit 5> if someone is indexing via SolrJ and specifies a "commitWithin" for

Segments with 500KB size (source: "flush") in a cluster with ramBufferSize of 2GB

2017-07-06 Thread Daniel Ortega
Hi Guys, Could someone explain me why I have segments of 500 KB (with source "flush" and only with 91 documents) if I have a ramBufferSizeMB of 2GB and maxBufferedDocs not definined? Thanks in advance, Daniel