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

ASF subversion and git services commented on SOLR-14258:
--------------------------------------------------------

Commit 25892271e83e9d510c22d5d6cdca0115677eceb1 in lucene-solr's branch 
refs/heads/master from David Smiley
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=2589227 ]

SOLR-14258: DocList should not extend DocSet


> DocList (DocSlice) should not implement DocSet
> ----------------------------------------------
>
>                 Key: SOLR-14258
>                 URL: https://issues.apache.org/jira/browse/SOLR-14258
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: search
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> DocList is an internal interface used to hold the documents we'll ultimately 
> return from search.  It has one implementation -- DocSlice.  It implements 
> DocSet but I think that was a mistake.  Basically no-where does Solr depend 
> on the fact that a DocList is a DocSet today, and keeping it this way 
> complicates maintenance on DocSet's abstraction.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to