It has to do with the tokenizer you are using in your schema. There are a
few different ones but the one you are using won't index less than two
characters. Not sure which is which off the top of my head but it's in the
docs somewhere. Also in the riak book.

-Alexander
On May 23, 2013 3:28 AM, "Otto Kekäläinen" <[email protected]> wrote:

> Hello,
>
> A noob question: why does this work?
> curl "http://localhost:8098/solr/products/select?q=title:Ti*";
>
> ..but not any of these?
> curl "http://localhost:8098/solr/products/select?q=title:T*";
> curl "http://localhost:8098/solr/products/select?q=title:*";
> curl "http://localhost:8098/solr/products/select?q=*";
>
> I can't use the getAll-feature, there is too much data. Doing a
> map/reduce to get the first 10 items from a bucket seems overkill.
>
> I'd like to do something like 'curl
> "http://localhost:8098/solr/products/select?q=*&rows=10&start=0";' but
> it does not seem to work.
>
> Any tips?
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to