You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Alan Woodward (Jira)" <ji...@apache.org> on 2022/05/03 12:47:00 UTC

[jira] [Commented] (LUCENE-10436) Combine DocValuesFieldExistsQuery, NormsFieldExistsQuery and KnnVectorFieldExistsQuery into a single FieldExistsQuery?

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

Alan Woodward commented on LUCENE-10436:
----------------------------------------

The backport of this has inadvertently made the previously public DocValuesFieldExistsQuery.getDocValuesDocIdSetIterator() method package-private.  I think it's still a useful method (or at least, we're using it in elasticsearch) so it should probably stay public.  Perhaps we should instead move it to the public DocValues utility class?

> Combine DocValuesFieldExistsQuery, NormsFieldExistsQuery and KnnVectorFieldExistsQuery into a single FieldExistsQuery?
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-10436
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10436
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Adrien Grand
>            Assignee: Zach Chen
>            Priority: Minor
>             Fix For: 9.2
>
>          Time Spent: 6.5h
>  Remaining Estimate: 0h
>
> Now that we require consistency across data structures, we could merge DocValuesFieldExistsQuery, NormsFieldExistsQuery and KnnVectorFieldExistsQuery together into a FieldExistsQuery that would require that the field indexes either norms, doc values or vectors?



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org