Hi Otto,

This is documented behaviour of Riak Search's Standard Analyzer
Factory: 
http://docs.basho.com/riak/latest/cookbooks/Riak-Search---Schema/#Standard-Analyzer-Factory

"3. Strip out any tokens smaller than 3 characters as well as
stopwords (common English words)."

thanks, Simon

On 23 May 2013 09:26, 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



-- 
Simon de Haan | Chief Engineer Praekelt Foundation

praekeltfoundation.org | praekelt.com
M: +27 (0) 76 449 3806  |  http://twitter.com/smn

_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to