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

Reply via email to