Add top-down version of BlockJoinQuery
--------------------------------------
Key: LUCENE-3685
URL: https://issues.apache.org/jira/browse/LUCENE-3685
Project: Lucene - Java
Issue Type: Improvement
Components: modules/join
Reporter: Michael McCandless
Assignee: Michael McCandless
Fix For: 3.6, 4.0
Today, BlockJoinQuery can join from child docIDs up to parent docIDs.
EG this works well for product (parent) + many SKUs (child) search.
But the reverse, which BJQ cannot do, is also useful in some cases.
EG say you index songs (child) within albums (parent), but you want to
search and present by song not album while involving some fields from
the album in the query. In this case you want to wrap a parent query
(against album), joining down to the child document space.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]