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

Christine Poerschke commented on SOLR-12395:
--------------------------------------------

bq. Should this issue perhaps also take care of the spelling errors in the 
class names and methods themselves. ...

Fair question. I had noticed the missing {{i}} in the 
{{SignifcantTerms(QParser|Collector)}} class names too but since the classes 
[currently|https://github.com/apache/lucene-solr/blob/releases/lucene-solr/7.4.0/solr/core/src/java/org/apache/solr/search/SignificantTermsQParserPlugin.java]
 are private inner classes thought it okay to not include their fixing in the 
scope of this issue. But if anyone wanted to fix those spelling errors too, I'd 
be +1 to that.

> Typo in SignificantTermsQParserPlugin.NAME
> ------------------------------------------
>
>                 Key: SOLR-12395
>                 URL: https://issues.apache.org/jira/browse/SOLR-12395
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: query parsers
>    Affects Versions: 6.5, 7.3.1
>            Reporter: Tobias Kässmann
>            Assignee: Christine Poerschke
>            Priority: Trivial
>             Fix For: master (8.0), 7.5
>
>         Attachments: SOLR-12395.patch, SOLR-12395.patch, SOLR-12395.patch, 
> SOLR-12395.patch
>
>
> I think there is a small typo in the {{SignificantTermsQParserPlugin}}:
> {code:java}
> public static final String NAME = "sigificantTerms";{code}
> should be:
> {code:java}
> public static final String NAME = "significantTerms";{code}
>  See the patch attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to