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

ASF subversion and git services commented on LUCENE-7560:
---------------------------------------------------------

Commit 5d5e2749629c7f77e1a0b09cab3b4bffd0721348 in lucene-solr's branch 
refs/heads/branch_6x from Mike McCandless
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=5d5e274 ]

LUCENE-7560: make QueryBuilder.analyzeXXX methods protected


> Can we make QueryBuilder.createFieldQuery un-final?
> ---------------------------------------------------
>
>                 Key: LUCENE-7560
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7560
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>             Fix For: master (7.0), 6.4
>
>         Attachments: LUCENE-7560.patch
>
>
> It's marked final, I assume because we want people who customize their query 
> parsers to only override {{newXXXQuery}} instead.
> But for deeper query parser customization, like using exploring consuming a 
> graph and creating a {{TermAutomatonQuery}}, or a union of {{PhraseQuery}}, 
> etc., it is not possible today and one must fork the class.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to