Please run your JSON document through the extractor to ensure that
it's being parsed correctly:

http://docs.basho.com/riak/latest/dev/advanced/search/#Extractors

curl -XPUT http://localhost:8098/search/extract \
     -H 'Content-Type: application/json' \
     --data-binary @object.json

If that works correctly, your schema may not have all of the required fields:

http://docs.basho.com/riak/latest/dev/advanced/search-schema/
http://docs.basho.com/riak/latest/dev/advanced/search-schema/#Custom-Schemas

--
Luke Bakken
Engineer
lbak...@basho.com


On Fri, Jan 9, 2015 at 8:55 AM, Santi Kumar <sa...@veradocs.com> wrote:
> Luke
> It's application/json
>
> Here is the curl command and output dump with content-type in bold

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to