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 one of the calls.
Can you guarantee that none of these occur? Best, Erick On Thu, Jul 6, 2017 at 6:14 AM, Daniel Ortega <danielortegauf...@gmail.com> wrote: > 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