Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Resolved
-
7.4
-
None
Description
SignificantTermsQParserPlugin can take a number of parameters (field, numTerms, minTermLength, etc). However, only field parameter can be local or global. The rest of parameters can only be global, which does not make sense.
The fix is to use getParam() method consistently when getting the parameters.