Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
6.5, 7.3.1
-
None
Description
I think there is a small typo in the SignificantTermsQParserPlugin:
public static final String NAME = "sigificantTerms";
should be:
public static final String NAME = "significantTerms";
See the patch attached.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10156 Add significantTerms Streaming Expression
- Closed