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

Scott Blum commented on LUCENE-3759:
------------------------------------

Request for feedback / comments: 
https://github.com/fullstorydev/lucene-solr/commits/scottb/fulljoin

Basically, it's a drop-in replacement for JoinQParserPlugin, except instead of 
curating the "from" terms from the local index, it does a collection-wide facet 
query to generate the term list.

> Support joining in a distributed environment.
> ---------------------------------------------
>
>                 Key: LUCENE-3759
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3759
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/join
>            Reporter: Martijn van Groningen
>
> Add two more methods in JoinUtil to support joining in a distributed manner.
> * Method to retrieve all from values.
> * Method to create a TermsQuery based on a set of from terms.
> With these two methods distributed joining can be supported following these 
> steps:
> # Retrieve from values from each shard
> # Merge the retrieved from values. 
> # Create a TermsQuery based on the merged from terms and send this query to 
> all shards. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to