Sure, sounds good, maybe even drop "ing".

 Otis
--
Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch



----- Original Message ----
> From: Michael McCandless <luc...@mikemccandless.com>
> To: java-user@lucene.apache.org
> Sent: Thu, January 7, 2010 2:28:15 PM
> Subject: Re: Is there a way to limit the size of an index?
> 
> On Thu, Jan 7, 2010 at 2:23 PM, Otis Gospodnetic
> wrote:
> >> Merge factor controls how many segments are merged at once.  The default 
> >> is 
> 10.
> >>
> >> The maxMergeMB setting sets the max size for a given segment to be
> >> included in a merge.
> >
> > I wonder if renaming that to maxSegSizeMergeMB would make it more obvious 
> > what 
> this does?
> 
> Well... that setting is already in LogByteSizeMergePolicy (not
> IndexWriter), so I think in that context it's pretty clear?
> 
> Though I'd love to find a better name that conveys that the size
> limitation applies to the segments *being* merged, not to the
> resulting merged segment.  maxStartingSegSizeMB?
> 
> Mike
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to