[ 
https://issues.apache.org/jira/browse/LUCENE-7982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colin Goodheart-Smithe updated LUCENE-7982:
-------------------------------------------
    Attachment: LUCENE-7982.patch

Patch containing the new NormsFieldExistsQuery and test

> 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
>
>         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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to