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

Mark Miller commented on LUCENE-1909:
-------------------------------------

A good admin UI should have this option off by default - ie no terms divisor 
set on the indexreader side. There is no need to display a number to the user - 
the option is not in effect by default. Thats always going to make sense. 
Unless you make your own default and then this is all moot anyway. If Lucene 
ever decided to change this type of thing, it would happen on the *index* side. 
The admin UI should let you enable a terminfodivisor and set a value greater 
than 1, or turn of the terms index entirely. If a user hasnt enabled it, use 
the constructors/getters that don't have that param - if they enable it, use 
the constructors/getters that have that param.

Not sold. Not sold for a need with JMX either.

> Make IndexReader.DEFAULT_TERMS_INDEX_DIVISOR public
> ---------------------------------------------------
>
>                 Key: LUCENE-1909
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1909
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Assignee: Uwe Schindler
>            Priority: Trivial
>             Fix For: 3.0
>
>         Attachments: LUCENE_1909.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to