You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2013/07/17 23:45:46 UTC

[jira] [Created] (SOLR-5045) Aggregating Collectors and AggregatorComponent

Joel Bernstein created SOLR-5045:
------------------------------------

             Summary: Aggregating Collectors and AggregatorComponent
                 Key: SOLR-5045
                 URL: https://issues.apache.org/jira/browse/SOLR-5045
             Project: Solr
          Issue Type: New Feature
          Components: search
    Affects Versions: 5.0
            Reporter: Joel Bernstein
            Priority: Minor
             Fix For: 5.0


This ticket provides a pluggable aggregation framework through the introduction of a new *Aggregator* interface and a new search component called the *AggregatorComponent*.

The *Aggregator* interface extends the PostFilter interface providing methods that allow DelegatingCollectors to perform aggregation at collect time. Aggregators were designed to play nicely with the CollapsingQParserPlugin introduced in SOLR-5027. 

The *AggregatorComponent* manages the output and distributed merging of aggregate results.

This implementation combined with SOLR-5027 is designed to resolve the issues blocking SOLR-4465 (Configurable Collectors).  








--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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