[
https://issues.apache.org/jira/browse/SOLR-8896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210312#comment-15210312
]
Yonik Seeley commented on SOLR-8896:
------------------------------------
bq. The SolrCloud _route_ param is supposed to end in a !
No it's not...
{code}
_route_:foo! //address shards of the collection containing documents starting
with "foo!"
_route_:foo //address shard of the collection containing the single document
"foo"
{code}
> Processing of _route_ param should imply trailing '!' if not present
> --------------------------------------------------------------------
>
> Key: SOLR-8896
> URL: https://issues.apache.org/jira/browse/SOLR-8896
> Project: Solr
> Issue Type: Improvement
> Components: SolrCloud
> Reporter: David Smiley
>
> The SolrCloud {{\_route\_}} param is _supposed_ to end in a {{!}}. See
> https://cwiki.apache.org/confluence/display/solr/Distributed+Requests If you
> don't do it, you get different routing/hashing behavior that is bound to lead
> to some head scratching. We should instead not require a trailing
> exclamation (don't even mention it in the docs) and if it doesn't have one
> then we internally append one prior to applying it to the hashing algorithm
> (doc router).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]