[ 
https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yonik Seeley updated SOLR-303:
------------------------------

    Attachment: distributed.patch

New patch attached...

I just discovered that refinement queries weren't working because filter.query 
doesn't accept the new query syntax I was using to avoid having to escape field 
values: <!field f=myfield>value
(this should probably be committed separately, but it's in this patch for now).

I put in code to over-request facet.field limit, but then commented it out for 
now since it too easily covers up bugs because it often prevents any refinement 
query logic from being exercized.

Also corrected the code that always used the last element as the max possible 
missing count.  If we requested 10 terms and only got 6, then we know that the 
max possible missing count is zero.

> 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, 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