Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-5020

Add finish() method to DelegatingCollector

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 6.0
    • 4.5, 6.0
    • search
    • None

    Description

      This issue adds a finish() method to the DelegatingCollector class so that it can be notified when collection is complete.

      The current collect() method assumes that the delegating collector will either forward on the document or not with each call. The finish() method will allow DelegatingCollectors to have more sophisticated behavior.

      For example a Field Collapsing delegating collector could collapse the documents as the collect() method is being called. Then when the finish() method is called it could pass the collapsed documents to the delegate collectors.

      This would allow grouping to be implemented within the PostFilter framework.

      Attachments

        1. SOLR-5020.patch
          2 kB
          Joel Bernstein

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jbernste Joel Bernstein
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: