Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-3759

Support joining in a distributed environment.

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • modules/join
    • None
    • New

    Description

      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:

      1. Retrieve from values from each shard
      2. Merge the retrieved from values.
      3. Create a TermsQuery based on the merged from terms and send this query to all shards.

      Attachments

        Activity

          People

            Unassigned Unassigned
            martijn.v.groningen Martijn van Groningen
            Votes:
            19 Vote for this issue
            Watchers:
            32 Start watching this issue

            Dates

              Created:
              Updated: