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

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

Commit 08d237918b05540dddd54301e83d8eafa90faac5 in lucene-solr's branch 
refs/heads/branch_7x from Mike McCandless
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=08d2379 ]

LUCENE-7982: add NormsFieldExistsQuery


> NormsFieldExistsQuery to match documents where field exists based on field 
> norms
> --------------------------------------------------------------------------------
>
>                 Key: LUCENE-7982
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7982
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: core/search
>            Reporter: Colin Goodheart-Smithe
>             Fix For: 7.1, master (8.0)
>
>         Attachments: LUCENE-7982.patch
>
>
> This patch adds a new NormsFieldExistsQuery which is similar to 
> DocValuesFieldExistsQuery but instead of determining whether a document has a 
> value for a field based on doc values it does this based on the field norms 
> so the same kind of exists query functionality can be performed on TextFields 
> which have no doc values.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to