You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2009/08/28 18:15:09 UTC

[jira] Created: (SOLR-1393) Allow more control over SearchComponents ordering in SearchHandler

Allow more control over SearchComponents ordering in SearchHandler
------------------------------------------------------------------

                 Key: SOLR-1393
                 URL: https://issues.apache.org/jira/browse/SOLR-1393
             Project: Solr
          Issue Type: Improvement
            Reporter: Grant Ingersoll
            Assignee: Grant Ingersoll
            Priority: Minor
             Fix For: 1.5


It would be useful to be able to add the notion of before/after when declaring search components.  Currently, you can either explicitly declare all components or insert at the beginning or end.  It would be nice to be able to say: this new component comes after the Query component without having to declare all the components.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.