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

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

Commit 766b144044558272e155e6c29df2b66c7a33a19c in lucene-solr's branch 
refs/heads/branch_6_0 from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=766b144 ]

LUCENE-7112: WeightedSpanTermExtractor.extractUnknownQuery is only called on 
queries that could not be extracted.


> WeightedSpanTermExtractor should not always call extractUnknownQuery
> --------------------------------------------------------------------
>
>                 Key: LUCENE-7112
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7112
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-7112.patch
>
>
> WeightedSpanTermExtractor always calls extractUnknownQuery, even if term 
> extraction already succeeded because the query is eg. a phrase query. It 
> should only call this method if it could not find how to extract terms 
> otherwise (eg. in case of a custom query).



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