[
https://issues.apache.org/jira/browse/LUCENE-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769667#action_12769667
]
Uwe Schindler commented on LUCENE-2007:
---------------------------------------
It is exactly the same like ConstantScoreQuery, the only difference is that it
gets an DocIdSet as parameter. My problem with it: How should this work with
Multi-Segment indexes (because search is done on each segment) and once the
iterator is exhausted it cannot be used anymore and how does the query know,
for which segment the query applies?
> Add DocsetQuery to turn a DocIdSet into a query
> -----------------------------------------------
>
> Key: LUCENE-2007
> URL: https://issues.apache.org/jira/browse/LUCENE-2007
> Project: Lucene - Java
> Issue Type: New Feature
> Components: Search
> Reporter: John Wang
> Attachments: LUCENE-2007-2.patch, LUCENE-2007.patch
>
>
> Added a class DocsetQuery that can be constructed from a DocIdSet.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]