Hi,
I have some questions about Riak Search.

I stored just one entry to RS:  http://pastebin.com/2b5tybD1

My bucket has following schema: http://pastebin.com/dtnM3diL

1. I need to get all objects where "storylink": "
http://www.toolboxrecords.com/fr/product/12834/dubstep-grime-ukg/ruff-11/";
When I try to get it by query -
http://localhost:8098/solr/myfeed13/select?wt=json&q=storylink:"http://www.toolboxrecords.com/fr/product/12834/dubstep-grime-ukg/ruff-11/<http://localhost:8098/solr/myfeed13/select?wt=json&q=storylink:%22http://www.toolboxrecords.com/fr/product/12834/dubstep-grime-ukg/ruff-11/%22>"
, I get nothing.
When I try to make query
http://localhost:8098/solr/myfeed13/select?wt=json&q=storylink:"*www.toolboxrecords.com*<http://localhost:8098/solr/myfeed13/select?wt=json&q=storylink:%22*www.toolboxrecords.com*%22>"
, all works correctly and I get content.
Could you please describe how can I get content through first query?

2. I get my object by query
http://localhost:8098/solr/myfeed13/select?wt=json&q=knownentities_type:"Country<http://localhost:8098/solr/myfeed13/select?wt=json&q=knownentities_type:%20%22Country%22>"
or
http://localhost:8098/solr/myfeed13/select?wt=json&q=knownentities_relevance:"0.914286<http://localhost:8098/solr/myfeed13/select?wt=json&q=knownentities_relevance:%20%220.914286%22>
"
But I can't get they by
http://localhost:8098/solr/myfeed13/select?wt=json&q=knownentities_count:
"1<http://localhost:8098/solr/myfeed13/select?wt=json&q=knownentities_count:%20%221%22>"
or http://localhost:8098/solr/myfeed13/select?wt=json&q=knownentities_text:
"UK"<http://localhost:8098/solr/myfeed13/select?wt=json&q=knownentities_text:%20%22UK%22>

Why does it happen? However, all these fields are described similar in
schema.

3. I try to get my entry  -
http://localhost:8098/solr/myfeed13/select?wt=json&q=categoryscores_business:"0.*<http://localhost:8098/solr/myfeed13/select?wt=json&q=categoryscores_business:%220.*%22>
"
But result is nothing.

As you can see "business" is nested field for "categoryscores" field.
How can I get this entry?


-- 
Best regards,
Artem Golovinsky
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to