GitHub user outcoldman opened a pull request:

    https://github.com/apache/lucene-solr/pull/219

    TieredMergePolicy.findMerges improvements

    Calculate the total size of index from the beginning by excluding too
    big segments.
    When finding all the merges take in account that merges also produces
    segments.
    
    Just something I have found while looking on the code and understanding how 
default elasticsearch settings applies to lucese merging strategy. 
    Not sure if that worth the effort of taking in master. 
    I have not tested it and have not even tried to compile. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/outcoldman/lucene-solr 
tieredmergepolicy_small_improvements

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/219.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #219
    
----
commit 25b0ee1587f94188f6ec45747f85f6be793ea1b7
Author: Denis Gladkikh <[email protected]>
Date:   2017-07-13T17:24:08Z

    TieredMergePolicy.findMerges improvements
    
    Calculate the total size of index from the beginning by excluding too
    big segments.
    When finding all the merges take in account that merges also produces
    segments.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to