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

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

Commit 5f832c64bf59260c4502c5703e48140746291744 in lucene's branch 
refs/heads/main from Alan Woodward
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=5f832c64bf5 ]

LUCENE-10436: Reinstate public getdocValuesdocIdSetIterator method on DocValues 
(#869)

The method moved from DocValuesFieldExistsQuery to DocValuesIterator, but the 
latter
is a package-private utility class, making it invisible to client code.  This 
commit moves it
back onto FieldExistsQuery, meaning that the upgrade path will be the same as 
for all other
uses of DocValuesFieldExistsQuery.

> 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: 8h 10m
>  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-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to