Simon Willnauer created LUCENE-4727:
---------------------------------------
Summary: Make CommonTermsQuery#setMinShouldMatch useful
Key: LUCENE-4727
URL: https://issues.apache.org/jira/browse/LUCENE-4727
Project: Lucene - Core
Issue Type: Bug
Components: modules/other
Affects Versions: 4.1
Reporter: Simon Willnauer
Priority: Minor
Fix For: 4.2, 5.0
Currently common terms query accepts an integer as minimumNumShouldMatch which
is kind of odd since the number of low freq terms is determined during rewrite.
We should make this extendable and use a float by default that works similar to
the cutoff frequency we use where a range between [0..1) means a fraction of
the actual count and a num >= 1.0 an absolute value.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]