Skip to content

Hybrd query returning incorrect "numFound" #108

Description

@chetrebman

THE DATA

http://coalliance.org/id/1 http://coalliance.org/siteCode/site_A "MK_1".
http://coalliance.org/id/2 http://coalliance.org/siteCode/site_A "MK_2".
http://coalliance.org/id/3 http://coalliance.org/siteCode/site_A "MK_3".

http://coalliance.org/id/6 http://coalliance.org/siteCode/site_B "MK_1".
http://coalliance.org/id/4 http://coalliance.org/siteCode/site_B "MK_4".
http://coalliance.org/id/5 http://coalliance.org/siteCode/site_B "MK_5".

THE QUERY

SELECT ?o
WHERE {
?s http://coalliance.org/siteCode/site_A ?o.
?s2 http://coalliance.org/siteCode/site_B ?o
}

THE SOLR RESPONSE

<result name="response" numFound="4" start="0" maxScore="1.0">
<head>
<variable name="o"/>
</head>
<results>
<result>
<binding name="o">
<literal>MK_1</literal>
</binding>
</result>
</results>
```

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions