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

Yonik Seeley commented on SOLR-303:
-----------------------------------

> I really need the ShardDoc's classes to be split up into public classes

ShardDoc is public already... can you elaborate?

> It would also be fantastic to open up QueryComponent, my component only needs 
> to override a few functions

What is yours trying to accomplish?

> A solution would be to maintain map of unique fields as adding the ShardDocs 
> to the priority queue, and continue on duplicates.

Agree.  It should fall into the category of robustness though, rather than a 
duplicates detection feature (since it will mean that facets will be off, and 
it will be possible to get fewer docs than requested if duplicates do exist).

We also need to be robust in the face of a commit on a shard happening between 
phases of a request (a doc that we request info for may no longer exist, etc).  
That would probably cause us to blow up currently.

Hopefully this can be committed after some basic tests are added, and that will 
make it much easier for others to contribute patches.  In the future maybe we 
should try a branch for changes this large.


> Distributed Search over HTTP
> ----------------------------
>
>                 Key: SOLR-303
>                 URL: https://issues.apache.org/jira/browse/SOLR-303
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Sharad Agarwal
>            Assignee: Yonik Seeley
>         Attachments: distributed.patch, distributed.patch, distributed.patch, 
> distributed.patch, distributed.patch, distributed.patch, distributed.patch, 
> distributed.patch, distributed.patch, distributed_pjaol.patch, 
> fedsearch.patch, fedsearch.patch, fedsearch.patch, fedsearch.patch, 
> fedsearch.patch, fedsearch.patch, fedsearch.patch, fedsearch.stu.patch, 
> fedsearch.stu.patch
>
>
> Searching over multiple shards and aggregating results.
> Motivated by http://wiki.apache.org/solr/DistributedSearch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to