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

Simon Svensson commented on LUCENENET-510:
------------------------------------------

"protected internal" means "those that inherit from me, and those within my 
assembly". You should be able to inherit from QueryParser to extend it without 
recompiling any Lucene assemblies.

MultiFieldQueryParser.GetRangeQuery is already protected internal, and not 
sealed as your report suggests.
https://issues.apache.org/jira/browse/LUCENENET-510

Are you sure you're using the 3.0.3 branch? Your method names suggest something 
before the .net-ification of the api.
                
> QueryParser extensibility points are all marked protected internal
> ------------------------------------------------------------------
>
>                 Key: LUCENENET-510
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-510
>             Project: Lucene.Net
>          Issue Type: Improvement
>    Affects Versions: Lucene.Net 3.0.3
>            Reporter: Stephen Rose
>
> All of the extensibility points are marked as protected internal, which 
> prevents extension without recompilation of core.
> getFieldQuery
> getFuzzyQuery
> getPrefixQuery
> getRangeQuery
> getBooleanQuery
> getWildcardQuery
> It also affects MultiFieldQueryParser's final
> GetRangeQuery

--
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

Reply via email to