[
https://issues.apache.org/jira/browse/SOLR-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735803#action_12735803
]
Erik Hatcher commented on SOLR-1237:
------------------------------------
Just and petty comment:
+ public static final String NEW_SEARCHER = "newSrchr";
+ public static final String FIRST_SEARCHER = "frstSrchr";
No need to abbreviate so obtusely! "newSearcher" and "firstSearcher" pretty
please.
> firstSearcher and newSearcher should identify themselves via the parameter
> set passed in
> ----------------------------------------------------------------------------------------
>
> Key: SOLR-1237
> URL: https://issues.apache.org/jira/browse/SOLR-1237
> Project: Solr
> Issue Type: Improvement
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Priority: Minor
> Fix For: 1.4
>
> Attachments: SOLR-1237.patch
>
>
> The firstSearcher and newSearcher events call the regular search component
> chain, but are special cases. They should identify themselves by passing in
> a parameter indicating their type. This way, for instance, the sharding
> component could know to ignore the &shards parameter, which currently causes
> Solr to hang if it is present in the firstSearcher query string.
> See
> http://www.lucidimagination.com/search/document/b2b9c39a8eb4e563/firstsearcher_and_newsearcher_events
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.