You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jason Rutherglen <ja...@gmail.com> on 2009/10/19 20:06:18 UTC

Shards param accepts spaces between commas?

It seems like no, and should be an easy change.  I'm putting newlines
after the commas so the large shards list doesn't scroll off the
screen.

Re: Shards param accepts spaces between commas?

Posted by Noble Paul നോബിള്‍ नोब्ळ् <no...@corp.aol.com>.
On Sun, Oct 25, 2009 at 9:34 PM, Chris Hostetter
<ho...@fucit.org> wrote:
>
> : It seems like no, and should be an easy change.  I'm putting newlines
> : after the commas so the large shards list doesn't scroll off the
> : screen.
>
> Yeah ... for some odd reason QueryComponnent is using
> StrUtils.splitSmart() ... SolrPluginUtils.split() seems like a saner
> choice.
>
> A better question is probably why the shards parm isn't just multivalued.
good question. I guess it should be

>
> (Yonik?)
>
>
>
>
>
>
> -Hoss
>
>



-- 
-----------------------------------------------------
Noble Paul | Principal Engineer| AOL | http://aol.com

Re: Shards param accepts spaces between commas?

Posted by Chris Hostetter <ho...@fucit.org>.
: It seems like no, and should be an easy change.  I'm putting newlines
: after the commas so the large shards list doesn't scroll off the
: screen.

Yeah ... for some odd reason QueryComponnent is using 
StrUtils.splitSmart() ... SolrPluginUtils.split() seems like a saner 
choice.

A better question is probably why the shards parm isn't just multivalued.

(Yonik?)






-Hoss