You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/02/01 18:12:39 UTC

[jira] [Commented] (LUCENE-7005) TieredMergePolicy tweaks (>= vs. >, @see get vs. set)

    [ https://issues.apache.org/jira/browse/LUCENE-7005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126580#comment-15126580 ] 

ASF subversion and git services commented on LUCENE-7005:
---------------------------------------------------------

Commit fce97a6ca6e14b3d0216957cee1621327c452dfc in lucene-solr's branch refs/heads/master from [~cpoerschke]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=fce97a6 ]

LUCENE-7005: TieredMergePolicy tweaks (>= vs. >, @see get vs. set)


> TieredMergePolicy tweaks (>= vs. >, @see get vs. set)
> -----------------------------------------------------
>
>                 Key: LUCENE-7005
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7005
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>         Attachments: LUCENE-7005.patch
>
>
> {code}
> -   * @see #getMaxMergedSegmentMB */
> +   * @see #setMaxMergedSegmentMB */
>    public double getMaxMergedSegmentMB() {
> {code}
> and
> {code}
>    public TieredMergePolicy setFloorSegmentMB(double v) {
>      if (v <= 0.0) {
> -      throw new IllegalArgumentException("floorSegmentMB must be >= 0.0 (got " + v + ")");
> +      throw new IllegalArgumentException("floorSegmentMB must be > 0.0 (got " + v + ")");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org